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, sdkHttpResponsecopyapplyMutation, 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 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.