Interface AwsDynamoDbTableStreamSpecification.Builder

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

public static interface AwsDynamoDbTableStreamSpecification.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableStreamSpecification.Builder,AwsDynamoDbTableStreamSpecification>
  • 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.