public static interface CreateGlobalClusterRequest.Builder extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalClusterRequest.Builder,CreateGlobalClusterRequest>
| Modifier and Type | Method and Description |
|---|---|
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 in the global database.
|
CreateGlobalClusterRequest.Builder |
engineVersion(String engineVersion)
The Neptune engine version to be used by the 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)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary
cluster of the new global database.
|
CreateGlobalClusterRequest.Builder |
storageEncrypted(Boolean storageEncrypted)
The storage encryption setting for the new global database cluster.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateGlobalClusterRequest.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)
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
sourceDBClusterIdentifier - (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the
primary cluster of the new global database.CreateGlobalClusterRequest.Builder engine(String engine)
The name of the database engine to be used in the global database.
Valid values: neptune
engine - The name of the database engine to be used in the global database.
Valid values: neptune
CreateGlobalClusterRequest.Builder engineVersion(String engineVersion)
The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0 or above.
engineVersion - The Neptune engine version to be used by the global database.
Valid values: 1.2.0.0 or above.
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 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.BuilderCreateGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.