Class MetadataTableEncryptionConfiguration
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MetadataTableEncryptionConfiguration.Builder,MetadataTableEncryptionConfiguration>
The encryption settings for an S3 Metadata journal table or inventory table configuration.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringIf server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN).static Class<? extends MetadataTableEncryptionConfiguration.Builder>final TableSseAlgorithmThe encryption type specified for a metadata table.final StringThe encryption type specified for a metadata table.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
sseAlgorithm
The encryption type specified for a metadata table. To specify server-side encryption with Key Management Service (KMS) keys (SSE-KMS), use the
aws:kmsvalue. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use theAES256value.If the service returns an enum value that is not available in the current SDK version,
sseAlgorithmwill returnTableSseAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsseAlgorithmAsString().- Returns:
- The encryption type specified for a metadata table. To specify server-side encryption with Key Management
Service (KMS) keys (SSE-KMS), use the
aws:kmsvalue. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use theAES256value. - See Also:
-
sseAlgorithmAsString
The encryption type specified for a metadata table. To specify server-side encryption with Key Management Service (KMS) keys (SSE-KMS), use the
aws:kmsvalue. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use theAES256value.If the service returns an enum value that is not available in the current SDK version,
sseAlgorithmwill returnTableSseAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsseAlgorithmAsString().- Returns:
- The encryption type specified for a metadata table. To specify server-side encryption with Key Management
Service (KMS) keys (SSE-KMS), use the
aws:kmsvalue. To specify server-side encryption with Amazon S3 managed keys (SSE-S3), use theAES256value. - See Also:
-
kmsKeyArn
If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
- Returns:
- If server-side encryption with Key Management Service (KMS) keys (SSE-KMS) is specified, you must also specify the KMS key Amazon Resource Name (ARN). You must specify a customer-managed KMS key that's located in the same Region as the general purpose bucket that corresponds to the metadata table configuration.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<MetadataTableEncryptionConfiguration.Builder,MetadataTableEncryptionConfiguration>
-
builder
-
serializableBuilderClass
public static Class<? extends MetadataTableEncryptionConfiguration.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-