Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalTable.Builder
Packages that use GlobalTable.Builder
-
Uses of GlobalTable.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTable.BuilderModifier and TypeMethodDescriptionstatic GlobalTable.BuilderGlobalTable.builder()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.GlobalTable.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTable.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalTable.Builder>GlobalTable.serializableBuilderClass()