Interface CreateGlobalClusterRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateGlobalClusterRequest.Builder,
,CreateGlobalClusterRequest> NeptuneRequest.Builder
,SdkBuilder<CreateGlobalClusterRequest.Builder,
,CreateGlobalClusterRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateGlobalClusterRequest
@Mutable
@NotThreadSafe
public static interface CreateGlobalClusterRequest.Builder
extends NeptuneRequest.Builder, SdkPojo, CopyableBuilder<CreateGlobalClusterRequest.Builder,CreateGlobalClusterRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondeletionProtection
(Boolean deletionProtection) The deletion protection setting for the new global database.The name of the database engine to be used in the global database.engineVersion
(String engineVersion) The Neptune engine version to be used by the global database.globalClusterIdentifier
(String globalClusterIdentifier) The cluster identifier of the new global database cluster.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.storageEncrypted
(Boolean storageEncrypted) The storage encryption setting for the new global database cluster.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.neptune.model.NeptuneRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
globalClusterIdentifier
The cluster identifier of the new global database cluster.
- Parameters:
globalClusterIdentifier
- The cluster identifier of the new global database cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceDBClusterIdentifier
(Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.
- Parameters:
sourceDBClusterIdentifier
- (Optional) The Amazon Resource Name (ARN) of an existing Neptune DB cluster to use as the primary cluster of the new global database.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engine
The name of the database engine to be used in the global database.
Valid values:
neptune
- Parameters:
engine
- The name of the database engine to be used in the global database.Valid values:
neptune
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
engineVersion
The Neptune engine version to be used by the global database.
Valid values:
1.2.0.0
or above.- Parameters:
engineVersion
- The Neptune engine version to be used by the global database.Valid values:
1.2.0.0
or above.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deletionProtection
The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.
- Parameters:
deletionProtection
- The deletion protection setting for the new global database. The global database can't be deleted when deletion protection is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageEncrypted
The storage encryption setting for the new global database cluster.
- Parameters:
storageEncrypted
- The storage encryption setting for the new global database cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateGlobalClusterRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateGlobalClusterRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-