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)
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) |
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)
The storage encryption setting for the new global database cluster.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
The name of the database engine to be used for this DB cluster.
engine
- 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 deletion protection is enabled.
deletionProtection
- The deletion protection setting for the new global database. 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 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)
overrideConfiguration
in interface AwsRequest.Builder
CreateGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.