@Generated(value="software.amazon.awssdk:codegen") public final class GeneratedManifestEncryption extends Object implements SdkPojo, Serializable, ToCopyableBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>
The encryption configuration to use when storing the generated manifest.
| Modifier and Type | Class and Description |
|---|---|
static interface |
GeneratedManifestEncryption.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GeneratedManifestEncryption.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 GeneratedManifestEncryption.Builder> |
serializableBuilderClass() |
SSEKMSEncryption |
ssekms()
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
|
SSES3Encryption |
sses3()
Specifies the use of SSE-S3 to encrypt generated manifest objects.
|
GeneratedManifestEncryption.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final SSES3Encryption sses3()
Specifies the use of SSE-S3 to encrypt generated manifest objects.
public final SSEKMSEncryption ssekms()
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
public GeneratedManifestEncryption.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>public static GeneratedManifestEncryption.Builder builder()
public static Class<? extends GeneratedManifestEncryption.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.