Uses of Interface
software.amazon.awssdk.services.rds.model.CreateDbShardGroupRequest.Builder
Packages that use CreateDbShardGroupRequest.Builder
Package
Description
-
Uses of CreateDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createDBShardGroup(Consumer<CreateDbShardGroupRequest.Builder> createDbShardGroupRequest) Creates a new DB shard group for Aurora Limitless Database.default CreateDbShardGroupResponseRdsClient.createDBShardGroup(Consumer<CreateDbShardGroupRequest.Builder> createDbShardGroupRequest) Creates a new DB shard group for Aurora Limitless Database. -
Uses of CreateDbShardGroupRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionCreateDbShardGroupRequest.builder()CreateDbShardGroupRequest.Builder.computeRedundancy(Integer computeRedundancy) Specifies whether to create standby standby DB data access shard for the DB shard group.CreateDbShardGroupRequest.Builder.dbClusterIdentifier(String dbClusterIdentifier) The name of the primary DB cluster for the DB shard group.CreateDbShardGroupRequest.Builder.dbShardGroupIdentifier(String dbShardGroupIdentifier) The name of 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).CreateDbShardGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateDbShardGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateDbShardGroupRequest.Builder.publiclyAccessible(Boolean publiclyAccessible) Specifies whether the DB shard group is publicly accessible.CreateDbShardGroupRequest.Builder.tags(Collection<Tag> tags) Sets the value of the Tags property for this object.CreateDbShardGroupRequest.Builder.tags(Consumer<Tag.Builder>... tags) Sets the value of the Tags property for this object.Sets the value of the Tags property for this object.CreateDbShardGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateDbShardGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateDbShardGroupRequest.Builder>CreateDbShardGroupRequest.serializableBuilderClass()