@Generated(value="software.amazon.awssdk:codegen") public final class PublicKeyConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>
Configuration information about a public key that you can use with signed URLs and signed cookies, or with 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 string included in the request to help make sure that the request can't be replayed.
|
String |
comment()
A comment to describe the public key.
|
String |
encodedKey()
The public key that you can use with signed URLs and
signed cookies, or with field-level
encryption.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
A name to help identify the public key.
|
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 final String callerReference()
A string included in the request to help make sure that the request can't be replayed.
public final String name()
A name to help identify the public key.
public final String encodedKey()
The public key that you can use with signed URLs and signed cookies, or with field-level encryption.
public final String comment()
A comment to describe the public key. The comment cannot be longer than 128 characters.
public PublicKeyConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PublicKeyConfig.Builder,PublicKeyConfig>public static PublicKeyConfig.Builder builder()
public static Class<? extends PublicKeyConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.