@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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()
toBuilder in interface ToCopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>public static PublicKeyConfig.Builder builder()
public static Class<? extends PublicKeyConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.