public static interface CreateGlobalClusterRequest.Builder extends DocDbRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalClusterRequest.Builder,CreateGlobalClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateGlobalClusterRequest.Builder |
databaseName(String databaseName)
The name for your database of up to 64 alpha-numeric characters.
|
CreateGlobalClusterRequest.Builder |
deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global cluster.
|
CreateGlobalClusterRequest.Builder |
engine(String engine)
The name of the database engine to be used for this cluster.
|
CreateGlobalClusterRequest.Builder |
engineVersion(String engineVersion)
The engine version of the global cluster.
|
CreateGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global cluster.
|
CreateGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateGlobalClusterRequest.Builder |
sourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster.
|
CreateGlobalClusterRequest.Builder |
storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global cluster.
globalClusterIdentifier - The cluster identifier of the new global cluster.CreateGlobalClusterRequest.Builder sourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is optional.
sourceDBClusterIdentifier - The Amazon Resource Name (ARN) to use as the primary cluster of the global cluster. This parameter is
optional.CreateGlobalClusterRequest.Builder engine(String engine)
The name of the database engine to be used for this cluster.
engine - The name of the database engine to be used for this cluster.CreateGlobalClusterRequest.Builder engineVersion(String engineVersion)
The engine version of the global cluster.
engineVersion - The engine version of the global cluster.CreateGlobalClusterRequest.Builder deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global cluster. The global cluster can't be deleted when deletion protection is enabled.
deletionProtection - The deletion protection setting for the new global cluster. The global cluster can't be deleted when
deletion protection is enabled.CreateGlobalClusterRequest.Builder databaseName(String databaseName)
The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon DocumentDB will not create a database in the global cluster you are creating.
databaseName - The name for your database of up to 64 alpha-numeric characters. If you do not provide a name, Amazon
DocumentDB will not create a database in the global cluster you are creating.CreateGlobalClusterRequest.Builder storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global cluster.
storageEncrypted - The storage encryption setting for the new global cluster.CreateGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.