Uses of Interface
software.amazon.awssdk.services.docdb.model.CreateGlobalClusterRequest.Builder
-
Packages that use CreateGlobalClusterRequest.Builder Package Description software.amazon.awssdk.services.docdb Amazon DocumentDB is a fast, reliable, and fully managed database service.software.amazon.awssdk.services.docdb.model -
-
Uses of CreateGlobalClusterRequest.Builder in software.amazon.awssdk.services.docdb
Method parameters in software.amazon.awssdk.services.docdb with type arguments of type CreateGlobalClusterRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateGlobalClusterResponse>DocDbAsyncClient. createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions.default CreateGlobalClusterResponseDocDbClient. createGlobalCluster(Consumer<CreateGlobalClusterRequest.Builder> createGlobalClusterRequest)Creates an Amazon DocumentDB global cluster that can span multiple multiple Amazon Web Services Regions. -
Uses of CreateGlobalClusterRequest.Builder in software.amazon.awssdk.services.docdb.model
Methods in software.amazon.awssdk.services.docdb.model that return CreateGlobalClusterRequest.Builder Modifier and Type Method Description static CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest. builder()CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. databaseName(String databaseName)The name for your database of up to 64 alpha-numeric characters.CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. deletionProtection(Boolean deletionProtection)The deletion protection setting for the new global cluster.CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. engine(String engine)The name of the database engine to be used for this cluster.CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. engineVersion(String engineVersion)The engine version of the global cluster.CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. globalClusterIdentifier(String globalClusterIdentifier)The cluster identifier of the new global cluster.CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. sourceDBClusterIdentifier(String sourceDBClusterIdentifier)The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest.Builder. storageEncrypted(Boolean storageEncrypted)The storage encryption setting for the new global cluster.CreateGlobalClusterRequest.BuilderCreateGlobalClusterRequest. toBuilder()Methods in software.amazon.awssdk.services.docdb.model that return types with arguments of type CreateGlobalClusterRequest.Builder Modifier and Type Method Description static Class<? extends CreateGlobalClusterRequest.Builder>CreateGlobalClusterRequest. serializableBuilderClass()
-