@Generated(value="software.amazon.awssdk:codegen") public final class PublicKeyConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>
Information about a public key you add to CloudFront to use with features like field-level encryption.
Modifier and Type | Class and Description |
---|---|
static interface |
PublicKeyConfig.Builder |
Modifier and Type | Method and Description |
---|---|
static PublicKeyConfig.Builder |
builder() |
String |
callerReference()
A unique number that ensures that the request can't be replayed.
|
String |
comment()
An optional comment about a public key.
|
String |
encodedKey()
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name for a public key you add to CloudFront to use with features like field-level encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PublicKeyConfig.Builder> |
serializableBuilderClass() |
PublicKeyConfig.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String callerReference()
A unique number that ensures that the request can't be replayed.
public String name()
The name for a public key you add to CloudFront to use with features like field-level encryption.
public String encodedKey()
The encoded public key that you want to add to CloudFront to use with features like field-level encryption.
public String comment()
An optional comment about a public key.
public PublicKeyConfig.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>
public static PublicKeyConfig.Builder builder()
public static Class<? extends PublicKeyConfig.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.