@Generated(value="software.amazon.awssdk:codegen") public final class SSEKMSEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSEKMSEncryption.Builder,SSEKMSEncryption>
Configuration for the use of SSE-KMS to encrypt generated manifest objects.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SSEKMSEncryption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SSEKMSEncryption.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyId()
Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption
customer managed key to use for encrypting generated manifest objects.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SSEKMSEncryption.Builder> |
serializableBuilderClass() |
SSEKMSEncryption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String keyId()
Specifies the ID of the Amazon Web Services Key Management Service (Amazon Web Services KMS) symmetric encryption customer managed key to use for encrypting generated manifest objects.
public SSEKMSEncryption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SSEKMSEncryption.Builder,SSEKMSEncryption>public static SSEKMSEncryption.Builder builder()
public static Class<? extends SSEKMSEncryption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.