Interface AwsDynamoDbTableStreamSpecification.Builder

    • Method Detail

      • streamEnabled

        AwsDynamoDbTableStreamSpecification.Builder streamEnabled​(Boolean 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.