Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalTable.Builder
-
Packages that use GlobalTable.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of GlobalTable.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTable.Builder Modifier and Type Method Description static GlobalTable.BuilderGlobalTable. builder()GlobalTable.BuilderGlobalTable.Builder. globalTableName(String globalTableName)The global table name.GlobalTable.BuilderGlobalTable.Builder. replicationGroup(Collection<Replica> replicationGroup)The Regions where the global table has replicas.GlobalTable.BuilderGlobalTable.Builder. replicationGroup(Consumer<Replica.Builder>... replicationGroup)The Regions where the global table has replicas.GlobalTable.BuilderGlobalTable.Builder. replicationGroup(Replica... replicationGroup)The Regions where the global table has replicas.GlobalTable.BuilderGlobalTable. toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTable.Builder Modifier and Type Method Description static Class<? extends GlobalTable.Builder>GlobalTable. serializableBuilderClass()
-