Uses of Interface
software.amazon.awssdk.services.dynamodb.model.GlobalTableDescription.Builder
Packages that use GlobalTableDescription.Builder
-
Uses of GlobalTableDescription.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return GlobalTableDescription.BuilderModifier and TypeMethodDescriptionGlobalTableDescription.builder()GlobalTableDescription.Builder.creationDateTime(Instant creationDateTime) The creation time of the global table.GlobalTableDescription.Builder.globalTableArn(String globalTableArn) The unique identifier of the global table.GlobalTableDescription.Builder.globalTableName(String globalTableName) The global table name.GlobalTableDescription.Builder.globalTableStatus(String globalTableStatus) The current state of the global table:GlobalTableDescription.Builder.globalTableStatus(GlobalTableStatus globalTableStatus) The current state of the global table:GlobalTableDescription.Builder.replicationGroup(Collection<ReplicaDescription> replicationGroup) The Regions where the global table has replicas.GlobalTableDescription.Builder.replicationGroup(Consumer<ReplicaDescription.Builder>... replicationGroup) The Regions where the global table has replicas.GlobalTableDescription.Builder.replicationGroup(ReplicaDescription... replicationGroup) The Regions where the global table has replicas.GlobalTableDescription.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type GlobalTableDescription.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GlobalTableDescription.Builder>GlobalTableDescription.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type GlobalTableDescription.BuilderModifier and TypeMethodDescriptionCreateGlobalTableResponse.Builder.globalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription) Contains the details of the global table.DescribeGlobalTableResponse.Builder.globalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription) Contains the details of the global table.UpdateGlobalTableResponse.Builder.globalTableDescription(Consumer<GlobalTableDescription.Builder> globalTableDescription) Contains the details of the global table.