Interface SSEDescription.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SSEDescription.Builder,SSEDescription>, SdkBuilder<SSEDescription.Builder,SSEDescription>, SdkPojo
Enclosing class:
SSEDescription

public static interface SSEDescription.Builder extends SdkPojo, CopyableBuilder<SSEDescription.Builder,SSEDescription>
  • Method Details

    • status

      Represents the current state of server-side encryption. The only supported values are:

      • ENABLED - Server-side encryption is enabled.

      • UPDATING - Server-side encryption is being updated.

      Parameters:
      status - Represents the current state of server-side encryption. The only supported values are:

      • ENABLED - Server-side encryption is enabled.

      • UPDATING - Server-side encryption is being updated.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      Represents the current state of server-side encryption. The only supported values are:

      • ENABLED - Server-side encryption is enabled.

      • UPDATING - Server-side encryption is being updated.

      Parameters:
      status - Represents the current state of server-side encryption. The only supported values are:

      • ENABLED - Server-side encryption is enabled.

      • UPDATING - Server-side encryption is being updated.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sseType

      SSEDescription.Builder sseType(String sseType)

      Server-side encryption type. The only supported value is:

      • KMS - Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).

      Parameters:
      sseType - Server-side encryption type. The only supported value is:

      • KMS - Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • sseType

      SSEDescription.Builder sseType(SSEType sseType)

      Server-side encryption type. The only supported value is:

      • KMS - Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).

      Parameters:
      sseType - Server-side encryption type. The only supported value is:

      • KMS - Server-side encryption that uses Key Management Service. The key is stored in your account and is managed by KMS (KMS charges apply).

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • kmsMasterKeyArn

      SSEDescription.Builder kmsMasterKeyArn(String kmsMasterKeyArn)

      The KMS key ARN used for the KMS encryption.

      Parameters:
      kmsMasterKeyArn - The KMS key ARN used for the KMS encryption.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • inaccessibleEncryptionDateTime

      SSEDescription.Builder inaccessibleEncryptionDateTime(Instant inaccessibleEncryptionDateTime)

      Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's KMS key is accessible again. DynamoDB will initiate the table archival process when table's KMS key remains inaccessible for more than seven days from this date.

      Parameters:
      inaccessibleEncryptionDateTime - Indicates the time, in UNIX epoch date format, when DynamoDB detected that the table's KMS key was inaccessible. This attribute will automatically be cleared when DynamoDB detects that the table's KMS key is accessible again. DynamoDB will initiate the table archival process when table's KMS key remains inaccessible for more than seven days from this date.
      Returns:
      Returns a reference to this object so that method calls can be chained together.