@Generated(value="software.amazon.awssdk:codegen") public final class SSEKMS extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SSEKMS.Builder,SSEKMS>
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
| 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()
Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for
encrypting inventory reports.
|
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()
Specifies the ID of the Key Management Service (KMS) symmetric encryption customer managed key to use for encrypting inventory reports.
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.