@Generated(value="software.amazon.awssdk:codegen") public final class InventoryEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryEncryption.Builder,InventoryEncryption>
Contains the type of server-side encryption used to encrypt the inventory results.
Modifier and Type | Class and Description |
---|---|
static interface |
InventoryEncryption.Builder |
Modifier and Type | Method and Description |
---|---|
static InventoryEncryption.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryEncryption.Builder> |
serializableBuilderClass() |
SSEKMS |
ssekms()
Specifies the use of SSE-KMS to encrypt delivered Inventory reports.
|
SSES3 |
sses3()
Specifies the use of SSE-S3 to encrypt delivered Inventory reports.
|
InventoryEncryption.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public SSES3 sses3()
Specifies the use of SSE-S3 to encrypt delivered Inventory reports.
public SSEKMS ssekms()
Specifies the use of SSE-KMS to encrypt delivered Inventory reports.
public InventoryEncryption.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InventoryEncryption.Builder,InventoryEncryption>
public static InventoryEncryption.Builder builder()
public static Class<? extends InventoryEncryption.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.