Interface DynamodbTableConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DynamodbTableConfiguration.Builder,
,DynamodbTableConfiguration> SdkBuilder<DynamodbTableConfiguration.Builder,
,DynamodbTableConfiguration> SdkPojo
- Enclosing class:
DynamodbTableConfiguration
public static interface DynamodbTableConfiguration.Builder
extends SdkPojo, CopyableBuilder<DynamodbTableConfiguration.Builder,DynamodbTableConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptiontablePolicy
(String tablePolicy) The proposed resource policy defining who can access or manage the DynamoDB 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 Details
-
tablePolicy
The proposed resource policy defining who can access or manage the DynamoDB table.
- Parameters:
tablePolicy
- The proposed resource policy defining who can access or manage the DynamoDB table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-