| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static PublicKey.Builder |
PublicKey.builder() |
PublicKey.Builder |
PublicKey.Builder.createdTime(Instant createdTime)
A time you added a public key to CloudFront.
|
PublicKey.Builder |
PublicKey.Builder.id(String id)
A unique ID assigned to a public key you've added to CloudFront.
|
default PublicKey.Builder |
PublicKey.Builder.publicKeyConfig(Consumer<PublicKeyConfig.Builder> publicKeyConfig)
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
|
PublicKey.Builder |
PublicKey.Builder.publicKeyConfig(PublicKeyConfig publicKeyConfig)
A complex data type for a public key you add to CloudFront to use with features like field-level encryption.
|
PublicKey.Builder |
PublicKey.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PublicKey.Builder> |
PublicKey.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdatePublicKeyResponse.Builder |
UpdatePublicKeyResponse.Builder.publicKey(Consumer<PublicKey.Builder> publicKey)
Return the results of updating the public key.
|
default CreatePublicKeyResponse.Builder |
CreatePublicKeyResponse.Builder.publicKey(Consumer<PublicKey.Builder> publicKey)
Returned when you add a public key.
|
default GetPublicKeyResponse.Builder |
GetPublicKeyResponse.Builder.publicKey(Consumer<PublicKey.Builder> publicKey)
Return the public key.
|
Copyright © 2019. All rights reserved.