public static interface UpdateGlobalTableSettingsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<UpdateGlobalTableSettingsResponse.Builder,UpdateGlobalTableSettingsResponse>
Modifier and Type | Method and Description |
---|---|
UpdateGlobalTableSettingsResponse.Builder |
globalTableName(String globalTableName)
The name of the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
replicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
UpdateGlobalTableSettingsResponse.Builder globalTableName(String globalTableName)
The name of the global table.
globalTableName
- The name of the global table.UpdateGlobalTableSettingsResponse.Builder replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
replicaSettings
- The region specific settings for the global table.UpdateGlobalTableSettingsResponse.Builder replicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
replicaSettings
- The region specific settings for the global table.UpdateGlobalTableSettingsResponse.Builder replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings)
The region specific settings for the global table.
This is a convenience that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #replicaSettings(List)
.replicaSettings
- a consumer that will call methods on List.Builder
#replicaSettings(List)
Copyright © 2019. All rights reserved.