public static interface AwsDynamoDbTableStreamSpecification.Builder extends SdkPojo, CopyableBuilder<AwsDynamoDbTableStreamSpecification.Builder,AwsDynamoDbTableStreamSpecification>
| Modifier and Type | Method and Description |
|---|---|
AwsDynamoDbTableStreamSpecification.Builder |
streamEnabled(Boolean streamEnabled)
Indicates whether DynamoDB Streams is enabled on the table.
|
AwsDynamoDbTableStreamSpecification.Builder |
streamViewType(String streamViewType)
Determines the information that is written to the table.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsDynamoDbTableStreamSpecification.Builder streamEnabled(Boolean streamEnabled)
Indicates whether DynamoDB Streams is enabled on the table.
streamEnabled - Indicates whether DynamoDB Streams is enabled on the table.AwsDynamoDbTableStreamSpecification.Builder streamViewType(String streamViewType)
Determines the information that is written to the table.
streamViewType - Determines the information that is written to the table.Copyright © 2023. All rights reserved.