public static interface DescribeGlobalTableSettingsResponse.Builder extends DynamoDbResponse.Builder, SdkPojo, CopyableBuilder<DescribeGlobalTableSettingsResponse.Builder,DescribeGlobalTableSettingsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeGlobalTableSettingsResponse.Builder |
globalTableName(String globalTableName)
The name of the global table.
|
DescribeGlobalTableSettingsResponse.Builder |
replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
|
DescribeGlobalTableSettingsResponse.Builder |
replicaSettings(Consumer<ReplicaSettingsDescription.Builder>... replicaSettings)
The Region-specific settings for the global table.
|
DescribeGlobalTableSettingsResponse.Builder |
replicaSettings(ReplicaSettingsDescription... replicaSettings)
The Region-specific settings for the global table.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeGlobalTableSettingsResponse.Builder globalTableName(String globalTableName)
The name of the global table.
globalTableName - The name of the global table.DescribeGlobalTableSettingsResponse.Builder replicaSettings(Collection<ReplicaSettingsDescription> replicaSettings)
The Region-specific settings for the global table.
replicaSettings - The Region-specific settings for the global table.DescribeGlobalTableSettingsResponse.Builder replicaSettings(ReplicaSettingsDescription... replicaSettings)
The Region-specific settings for the global table.
replicaSettings - The Region-specific settings for the global table.DescribeGlobalTableSettingsResponse.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.Builder avoiding the need
to create one manually via
ReplicaSettingsDescription.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #replicaSettings(List.
replicaSettings - a consumer that will call methods on
ReplicaSettingsDescription.Builder#replicaSettings(java.util.Collection) Copyright © 2023. All rights reserved.