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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsDynamoDbTableStreamSpecification.BuilderstreamEnabled(Boolean streamEnabled)Indicates whether DynamoDB Streams is enabled on the table.AwsDynamoDbTableStreamSpecification.BuilderstreamViewType(String streamViewType)Determines the information that is written to the table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
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.
-
-