@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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
keyId()
Specifies the ID of the AWS Key Management Service (KMS) master encryption key to use for encrypting Inventory
reports.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SSEKMS.Builder> |
serializableBuilderClass() |
SSEKMS.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String keyId()
Specifies the ID of the AWS Key Management Service (KMS) master encryption key to use for encrypting Inventory reports.
public SSEKMS.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SSEKMS.Builder,SSEKMS>
public static SSEKMS.Builder builder()
public static Class<? extends SSEKMS.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.