Package | Description |
---|---|
software.amazon.awssdk.services.dynamodb.model |
Modifier and Type | Method and Description |
---|---|
static UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.builder() |
UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.Builder.globalTableName(String globalTableName)
The name of the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.Builder.replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.Builder.replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.Builder.replicaSettings(ReplicaSettingsDescription... replicaSettings)
The region specific settings for the global table.
|
UpdateGlobalTableSettingsResponse.Builder |
UpdateGlobalTableSettingsResponse.toBuilder() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends UpdateGlobalTableSettingsResponse.Builder> |
UpdateGlobalTableSettingsResponse.serializableBuilderClass() |
Copyright © 2019. All rights reserved.