Interface AwsDynamoDbTableStreamSpecification.Builder

  • Method Details

    • streamEnabled

      Indicates whether DynamoDB Streams is enabled on the table.

      Parameters:
      streamEnabled - Indicates whether DynamoDB Streams is enabled on the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • streamViewType

      AwsDynamoDbTableStreamSpecification.Builder streamViewType(String streamViewType)

      Determines the information that is written to the table.

      Parameters:
      streamViewType - Determines the information that is written to the table.
      Returns:
      Returns a reference to this object so that method calls can be chained together.