Interface CreateGlobalTableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateGlobalTableRequest.Builder,CreateGlobalTableRequest>,DynamoDbRequest.Builder,SdkBuilder<CreateGlobalTableRequest.Builder,CreateGlobalTableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateGlobalTableRequest
@Mutable @NotThreadSafe public static interface CreateGlobalTableRequest.Builder extends DynamoDbRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalTableRequest.Builder,CreateGlobalTableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGlobalTableRequest.BuilderglobalTableName(String globalTableName)The global table name.CreateGlobalTableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGlobalTableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGlobalTableRequest.BuilderreplicationGroup(Collection<Replica> replicationGroup)The Regions where the global table needs to be created.CreateGlobalTableRequest.BuilderreplicationGroup(Consumer<Replica.Builder>... replicationGroup)The Regions where the global table needs to be created.CreateGlobalTableRequest.BuilderreplicationGroup(Replica... replicationGroup)The Regions where the global table needs to be created.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbRequest.Builder
build
-
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 Detail
-
globalTableName
CreateGlobalTableRequest.Builder globalTableName(String globalTableName)
The global table name.
- Parameters:
globalTableName- The global table name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationGroup
CreateGlobalTableRequest.Builder replicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table needs to be created.
- Parameters:
replicationGroup- The Regions where the global table needs to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationGroup
CreateGlobalTableRequest.Builder replicationGroup(Replica... replicationGroup)
The Regions where the global table needs to be created.
- Parameters:
replicationGroup- The Regions where the global table needs to be created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
replicationGroup
CreateGlobalTableRequest.Builder replicationGroup(Consumer<Replica.Builder>... replicationGroup)
The Regions where the global table needs to be created.
This is a convenience method that creates an instance of theReplica.Builderavoiding the need to create one manually viaReplica.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#replicationGroup(List.) - Parameters:
replicationGroup- a consumer that will call methods onReplica.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#replicationGroup(java.util.Collection)
-
overrideConfiguration
CreateGlobalTableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateGlobalTableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-