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