Interface AwsDynamoDbTableStreamSpecification.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AwsDynamoDbTableStreamSpecification.Builder,
,AwsDynamoDbTableStreamSpecification> SdkBuilder<AwsDynamoDbTableStreamSpecification.Builder,
,AwsDynamoDbTableStreamSpecification> SdkPojo
- Enclosing class:
AwsDynamoDbTableStreamSpecification
@Mutable
@NotThreadSafe
public static interface AwsDynamoDbTableStreamSpecification.Builder
extends SdkPojo, CopyableBuilder<AwsDynamoDbTableStreamSpecification.Builder,AwsDynamoDbTableStreamSpecification>
-
Method Summary
Modifier and TypeMethodDescriptionstreamEnabled
(Boolean streamEnabled) Indicates whether DynamoDB Streams is enabled on the table.streamViewType
(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, sdkFieldNameToField, sdkFields
-
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
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.
-