Uses of Interface
software.amazon.awssdk.services.rds.model.CreateGlobalClusterRequest.Builder
Packages that use CreateGlobalClusterRequest.Builder
Package
Description
-
Uses of CreateGlobalClusterRequest.Builder in software.amazon.awssdk.services.rds
Method parameters in software.amazon.awssdk.services.rds with type arguments of type CreateGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionRdsAsyncClient.createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest) Creates an Aurora global database spread across multiple Amazon Web Services Regions.default CreateGlobalClusterResponseRdsClient.createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest) Creates an Aurora global database spread across multiple Amazon Web Services Regions. -
Uses of CreateGlobalClusterRequest.Builder in software.amazon.awssdk.services.rds.model
Methods in software.amazon.awssdk.services.rds.model that return CreateGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionCreateGlobalClusterRequest.builder()CreateGlobalClusterRequest.Builder.databaseName(String databaseName) The name for your database of up to 64 alphanumeric characters.CreateGlobalClusterRequest.Builder.deletionProtection(Boolean deletionProtection) Specifies whether to enable deletion protection for the new global database cluster.The database engine to use for this global database cluster.CreateGlobalClusterRequest.Builder.engineLifecycleSupport(String engineLifecycleSupport) The life cycle type for this global database cluster.CreateGlobalClusterRequest.Builder.engineVersion(String engineVersion) The engine version to use for this global database cluster.CreateGlobalClusterRequest.Builder.globalClusterIdentifier(String globalClusterIdentifier) The cluster identifier for this global database cluster.CreateGlobalClusterRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateGlobalClusterRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateGlobalClusterRequest.Builder.sourceDBClusterIdentifier(String sourceDBClusterIdentifier) The Amazon Resource Name (ARN) to use as the primary cluster of the global database.CreateGlobalClusterRequest.Builder.storageEncrypted(Boolean storageEncrypted) Specifies whether to enable storage encryption for the new global database cluster.CreateGlobalClusterRequest.Builder.tags(Collection<Tag> tags) Tags to assign to the global cluster.CreateGlobalClusterRequest.Builder.tags(Consumer<Tag.Builder>... tags) Tags to assign to the global cluster.Tags to assign to the global cluster.CreateGlobalClusterRequest.toBuilder()Methods in software.amazon.awssdk.services.rds.model that return types with arguments of type CreateGlobalClusterRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateGlobalClusterRequest.Builder>CreateGlobalClusterRequest.serializableBuilderClass()