Class AwsDynamoDbTableSseDescription
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsDynamoDbTableSseDescription
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsDynamoDbTableSseDescription.Builder,AwsDynamoDbTableSseDescription>
@Generated("software.amazon.awssdk:codegen") public final class AwsDynamoDbTableSseDescription extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsDynamoDbTableSseDescription.Builder,AwsDynamoDbTableSseDescription>
Information about the server-side encryption for the table.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAwsDynamoDbTableSseDescription.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsDynamoDbTableSseDescription.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringinaccessibleEncryptionDateTime()If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.StringkmsMasterKeyArn()The ARN of the KMS key that is used for the KMS encryption.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends AwsDynamoDbTableSseDescription.Builder>serializableBuilderClass()StringsseType()The type of server-side encryption.Stringstatus()The status of the server-side encryption.AwsDynamoDbTableSseDescription.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
-
inaccessibleEncryptionDateTime
public final String inaccessibleEncryptionDateTime()
If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
- Returns:
- If the key is inaccessible, the date and time when DynamoDB detected that the key was inaccessible.
For more information about the validation and formatting of timestamp fields in Security Hub, see Timestamps.
-
status
public final String status()
The status of the server-side encryption.
- Returns:
- The status of the server-side encryption.
-
sseType
public final String sseType()
The type of server-side encryption.
- Returns:
- The type of server-side encryption.
-
kmsMasterKeyArn
public final String kmsMasterKeyArn()
The ARN of the KMS key that is used for the KMS encryption.
- Returns:
- The ARN of the KMS key that is used for the KMS encryption.
-
toBuilder
public AwsDynamoDbTableSseDescription.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<AwsDynamoDbTableSseDescription.Builder,AwsDynamoDbTableSseDescription>
-
builder
public static AwsDynamoDbTableSseDescription.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsDynamoDbTableSseDescription.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-