public static interface GlobalTable.Builder extends SdkPojo, CopyableBuilder<GlobalTable.Builder,GlobalTable>
| Modifier and Type | Method and Description |
|---|---|
GlobalTable.Builder |
globalTableName(String globalTableName)
The global table name.
|
GlobalTable.Builder |
replicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table has replicas.
|
GlobalTable.Builder |
replicationGroup(Consumer<Replica.Builder>... replicationGroup)
The Regions where the global table has replicas.
|
GlobalTable.Builder |
replicationGroup(Replica... replicationGroup)
The Regions where the global table has replicas.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGlobalTable.Builder globalTableName(String globalTableName)
The global table name.
globalTableName - The global table name.GlobalTable.Builder replicationGroup(Collection<Replica> replicationGroup)
The Regions where the global table has replicas.
replicationGroup - The Regions where the global table has replicas.GlobalTable.Builder replicationGroup(Replica... replicationGroup)
The Regions where the global table has replicas.
replicationGroup - The Regions where the global table has replicas.GlobalTable.Builder replicationGroup(Consumer<Replica.Builder>... replicationGroup)
The Regions where the global table has replicas.
This is a convenience method that creates an instance of theReplica.Builder avoiding the need to create one
manually via Replica.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #replicationGroup(List.
replicationGroup - a consumer that will call methods on
Replica.Builder#replicationGroup(java.util.Collection) Copyright © 2023. All rights reserved.