Interface SwitchoverGlobalClusterRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<SwitchoverGlobalClusterRequest.Builder,SwitchoverGlobalClusterRequest>, RdsRequest.Builder, SdkBuilder<SwitchoverGlobalClusterRequest.Builder,SwitchoverGlobalClusterRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
SwitchoverGlobalClusterRequest

  • Method Details

    • globalClusterIdentifier

      SwitchoverGlobalClusterRequest.Builder globalClusterIdentifier(String 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

      SwitchoverGlobalClusterRequest.Builder targetDbClusterIdentifier(String 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)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder