@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public final SSES3 sses3()
Specifies the use of SSE-S3 to encrypt delivered inventory reports.
public final SSEKMS ssekms()
Specifies the use of SSE-KMS to encrypt delivered inventory reports.
public InventoryEncryption.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<InventoryEncryption.Builder,InventoryEncryption>
public static InventoryEncryption.Builder builder()
public static Class<? extends InventoryEncryption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public final String toString()
Copyright © 2021. All rights reserved.