Interface SwitchoverGlobalClusterRequest.Builder

  • 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.

      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.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetDbClusterIdentifier

      SwitchoverGlobalClusterRequest.Builder targetDbClusterIdentifier(String targetDbClusterIdentifier)

      The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.

      Parameters:
      targetDbClusterIdentifier - The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
      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 interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.