public static interface PublicKeyConfig.Builder extends SdkPojo, CopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>
Modifier and Type | Method and Description |
---|---|
PublicKeyConfig.Builder |
callerReference(String callerReference)
A unique number that ensures that the request can't be replayed.
|
PublicKeyConfig.Builder |
comment(String comment)
An optional comment about a public key.
|
PublicKeyConfig.Builder |
encodedKey(String encodedKey)
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
|
PublicKeyConfig.Builder |
name(String name)
The name for a public key you add to CloudFront to use with features like field-level encryption.
|
copy
applyMutation, build
PublicKeyConfig.Builder callerReference(String callerReference)
A unique number that ensures that the request can't be replayed.
callerReference
- A unique number that ensures that the request can't be replayed.PublicKeyConfig.Builder name(String name)
The name for a public key you add to CloudFront to use with features like field-level encryption.
name
- The name for a public key you add to CloudFront to use with features like field-level encryption.PublicKeyConfig.Builder encodedKey(String encodedKey)
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
encodedKey
- The encoded public key that you want to add to CloudFront to use with features like field-level
encryption.PublicKeyConfig.Builder comment(String comment)
An optional comment about a public key.
comment
- An optional comment about a public key.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.