public static interface CreateGlobalClusterRequest.Builder extends RdsRequest.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 alphanumeric characters.
|
CreateGlobalClusterRequest.Builder |
deletionProtection(Boolean deletionProtection)
Specifies whether to enable deletion protection for the new global database cluster.
|
CreateGlobalClusterRequest.Builder |
engine(String engine)
The database engine to use 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(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 database.
|
CreateGlobalClusterRequest.Builder |
storageEncrypted(Boolean storageEncrypted)
Specifies whether to enable storage encryption for the new global database cluster.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier for this global database cluster. This parameter is stored as a lowercase string.
globalClusterIdentifier
- The cluster identifier for this global database cluster. This parameter is stored as a lowercase
string.CreateGlobalClusterRequest.Builder sourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:
DatabaseName
Engine
EngineVersion
StorageEncrypted
sourceDBClusterIdentifier
- The Amazon Resource Name (ARN) to use as the primary cluster of the global database.
If you provide a value for this parameter, don't specify values for the following settings because Amazon Aurora uses the values from the specified source DB cluster:
DatabaseName
Engine
EngineVersion
StorageEncrypted
CreateGlobalClusterRequest.Builder engine(String engine)
The database engine to use for this global database cluster.
Valid Values: aurora-mysql | aurora-postgresql
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses
the engine of the source DB cluster.
engine
- The database engine to use for this global database cluster.
Valid Values: aurora-mysql | aurora-postgresql
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora
uses the engine of the source DB cluster.
CreateGlobalClusterRequest.Builder engineVersion(String engineVersion)
The engine version to use for this global database cluster.
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses
the engine version of the source DB cluster.
engineVersion
- The engine version to use for this global database cluster.
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora
uses the engine version of the source DB cluster.
CreateGlobalClusterRequest.Builder deletionProtection(Boolean deletionProtection)
Specifies whether to enable deletion protection for the new global database cluster. The global database can't be deleted when deletion protection is enabled.
deletionProtection
- Specifies whether to enable deletion protection for the new global database cluster. The global
database can't be deleted when deletion protection is enabled.CreateGlobalClusterRequest.Builder databaseName(String databaseName)
The name for your database of up to 64 alphanumeric characters. If you don't specify a name, Amazon Aurora doesn't create a database in the global database cluster.
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses
the database name from the source DB cluster.
databaseName
- The name for your database of up to 64 alphanumeric characters. If you don't specify a name, Amazon
Aurora doesn't create a database in the global database cluster.
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora
uses the database name from the source DB cluster.
CreateGlobalClusterRequest.Builder storageEncrypted(Boolean storageEncrypted)
Specifies whether to enable storage encryption for the new global database cluster.
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora uses
the setting from the source DB cluster.
storageEncrypted
- Specifies whether to enable storage encryption for the new global database cluster.
Constraints:
Can't be specified if SourceDBClusterIdentifier
is specified. In this case, Amazon Aurora
uses the setting from the source DB cluster.
CreateGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.