Class GeneratedManifestEncryption
- java.lang.Object
-
- software.amazon.awssdk.services.s3control.model.GeneratedManifestEncryption
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGeneratedManifestEncryption.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GeneratedManifestEncryption.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends GeneratedManifestEncryption.Builder>serializableBuilderClass()SSEKMSEncryptionssekms()Configuration details on how SSE-KMS is used to encrypt generated manifest objects.SSES3Encryptionsses3()Specifies the use of SSE-S3 to encrypt generated manifest objects.GeneratedManifestEncryption.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
sses3
public final SSES3Encryption sses3()
Specifies the use of SSE-S3 to encrypt generated manifest objects.
- Returns:
- Specifies the use of SSE-S3 to encrypt generated manifest objects.
-
ssekms
public final SSEKMSEncryption ssekms()
Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
- Returns:
- Configuration details on how SSE-KMS is used to encrypt generated manifest objects.
-
toBuilder
public GeneratedManifestEncryption.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GeneratedManifestEncryption.Builder,GeneratedManifestEncryption>
-
builder
public static GeneratedManifestEncryption.Builder builder()
-
serializableBuilderClass
public static Class<? extends GeneratedManifestEncryption.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-