Interface SwitchoverGlobalClusterRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SwitchoverGlobalClusterRequest.Builder,
,SwitchoverGlobalClusterRequest> RdsRequest.Builder
,SdkBuilder<SwitchoverGlobalClusterRequest.Builder,
,SwitchoverGlobalClusterRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SwitchoverGlobalClusterRequest
@Mutable
@NotThreadSafe
public static interface SwitchoverGlobalClusterRequest.Builder
extends RdsRequest.Builder, SdkPojo, CopyableBuilder<SwitchoverGlobalClusterRequest.Builder,SwitchoverGlobalClusterRequest>
-
Method Summary
Modifier and TypeMethodDescriptionglobalClusterIdentifier
(String globalClusterIdentifier) The identifier of the global database cluster to switch over.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.targetDbClusterIdentifier
(String targetDbClusterIdentifier) The identifier of the secondary Aurora DB cluster to promote to the new primary for the 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.rds.model.RdsRequest.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 identifier of the global database cluster to switch over. This parameter isn't case-sensitive.
Constraints:
-
Must match the identifier of an existing global database cluster (Aurora global database).
- Parameters:
globalClusterIdentifier
- The identifier of the global database cluster to switch over. This parameter isn't case-sensitive.Constraints:
-
Must match the identifier of an existing global database cluster (Aurora global database).
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
targetDbClusterIdentifier
The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
- Parameters:
targetDbClusterIdentifier
- The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SwitchoverGlobalClusterRequest.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
SwitchoverGlobalClusterRequest.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.
-