Interface UpdateGlobalTableSettingsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<UpdateGlobalTableSettingsResponse.Builder,,- UpdateGlobalTableSettingsResponse> - DynamoDbResponse.Builder,- SdkBuilder<UpdateGlobalTableSettingsResponse.Builder,,- UpdateGlobalTableSettingsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- UpdateGlobalTableSettingsResponse
@Mutable
@NotThreadSafe
public static interface UpdateGlobalTableSettingsResponse.Builder
extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlobalTableSettingsResponse.Builder,UpdateGlobalTableSettingsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionglobalTableName(String globalTableName) The name of the global table.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings) The Region-specific settings for the global table.replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings) The Region-specific settings for the global table.replicaSettings(ReplicaSettingsDescription... replicaSettings) The Region-specific settings for the global table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.dynamodb.model.DynamoDbResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
globalTableNameThe name of the global table. - Parameters:
- globalTableName- The name of the global table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicaSettingsUpdateGlobalTableSettingsResponse.Builder replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings) The Region-specific settings for the global table. - Parameters:
- replicaSettings- The Region-specific settings for the global table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicaSettingsUpdateGlobalTableSettingsResponse.Builder replicaSettings(ReplicaSettingsDescription... replicaSettings) The Region-specific settings for the global table. - Parameters:
- replicaSettings- The Region-specific settings for the global table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
replicaSettingsUpdateGlobalTableSettingsResponse.Builder replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings) The Region-specific settings for the global table. This is a convenience method that creates an instance of theReplicaSettingsDescription.Builderavoiding the need to create one manually viaReplicaSettingsDescription.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toreplicaSettings(List<ReplicaSettingsDescription>).- Parameters:
- replicaSettings- a consumer that will call methods on- ReplicaSettingsDescription.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-