@Generated(value="software.amazon.awssdk:codegen") public final class SSEKMS extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSEKMS.Builder,SSEKMS>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SSEKMS.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SSEKMS.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyId()
A container for the ARN of the SSE-KMS encryption.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SSEKMS.Builder> |
serializableBuilderClass() |
SSEKMS.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyId()
A container for the ARN of the SSE-KMS encryption. This property is read-only and follows the following format:
arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e
arn:aws:kms:us-east-1:example-account-id:key/example-9a73-4afc-8d29-8f5900cef44e public SSEKMS.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SSEKMS.Builder,SSEKMS>public static SSEKMS.Builder builder()
public static Class<? extends SSEKMS.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.