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 alpha-numeric characters.
|
CreateGlobalClusterRequest.Builder |
deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database.
|
CreateGlobalClusterRequest.Builder |
engine(String engine)
Provides the name of the database engine to be used for this DB cluster.
|
CreateGlobalClusterRequest.Builder |
engineVersion(String engineVersion)
The engine version of the Aurora global database.
|
CreateGlobalClusterRequest.Builder |
globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
|
CreateGlobalClusterRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateGlobalClusterRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
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)
The storage encryption setting for the new global database cluster.
|
build
overrideConfiguration
copy
applyMutation, build
CreateGlobalClusterRequest.Builder globalClusterIdentifier(String globalClusterIdentifier)
The cluster identifier of the new global database cluster.
globalClusterIdentifier
- The cluster identifier of the new global database cluster.CreateGlobalClusterRequest.Builder sourceDBClusterIdentifier(String sourceDBClusterIdentifier)
The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is optional.
sourceDBClusterIdentifier
- The Amazon Resource Name (ARN) to use as the primary cluster of the global database. This parameter is
optional.CreateGlobalClusterRequest.Builder engine(String engine)
Provides the name of the database engine to be used for this DB cluster.
engine
- Provides the name of the database engine to be used for this DB cluster.CreateGlobalClusterRequest.Builder engineVersion(String engineVersion)
The engine version of the Aurora global database.
engineVersion
- The engine version of the Aurora global database.CreateGlobalClusterRequest.Builder deletionProtection(Boolean deletionProtection)
The deletion protection setting for the new global database. The global database can't be deleted when this value is set to true.
deletionProtection
- The deletion protection setting for the new global database. The global database can't be deleted when
this value is set to true.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 Aurora will not create a database in the global database 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
Aurora will not create a database in the global database cluster you are creating.CreateGlobalClusterRequest.Builder storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
storageEncrypted
- The storage encryption setting for the new global database cluster.CreateGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.