Uses of Interface
software.amazon.awssdk.services.rds.model.DBShardGroup.Builder
Packages that use DBShardGroup.Builder
-
Uses of DBShardGroup.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return DBShardGroup.BuilderModifier and TypeMethodDescriptionstatic DBShardGroup.BuilderDBShardGroup.builder()DBShardGroup.Builder.computeRedundancy(Integer computeRedundancy) Specifies whether to create standby DB shard groups for the DB shard group.DBShardGroup.Builder.dbClusterIdentifier(String dbClusterIdentifier) The name of the primary DB cluster for the DB shard group.DBShardGroup.Builder.dbShardGroupArn(String dbShardGroupArn) The Amazon Resource Name (ARN) for the DB shard group.DBShardGroup.Builder.dbShardGroupIdentifier(String dbShardGroupIdentifier) The name of the DB shard group.DBShardGroup.Builder.dbShardGroupResourceId(String dbShardGroupResourceId) The Amazon Web Services Region-unique, immutable identifier for the DB shard group.The connection endpoint for the DB shard group.The maximum capacity of the DB shard group in Aurora capacity units (ACUs).The minimum capacity of the DB shard group in Aurora capacity units (ACUs).DBShardGroup.Builder.publiclyAccessible(Boolean publiclyAccessible) Indicates whether the DB shard group is publicly accessible.The status of the DB shard group.DBShardGroup.Builder.tagList(Collection<Tag> tagList) Sets the value of the TagList property for this object.DBShardGroup.Builder.tagList(Consumer<Tag.Builder>... tagList) Sets the value of the TagList property for this object.Sets the value of the TagList property for this object.DBShardGroup.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type DBShardGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DBShardGroup.Builder>DBShardGroup.serializableBuilderClass()