JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.rds.model

Class SwitchoverGlobalClusterRequest

    • Constructor Detail

      • SwitchoverGlobalClusterRequest

        public SwitchoverGlobalClusterRequest()
    • Method Detail

      • setGlobalClusterIdentifier

        public void setGlobalClusterIdentifier(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).

      • getGlobalClusterIdentifier

        public String getGlobalClusterIdentifier()

        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:
        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).

      • withGlobalClusterIdentifier

        public SwitchoverGlobalClusterRequest withGlobalClusterIdentifier(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.
      • setTargetDbClusterIdentifier

        public void setTargetDbClusterIdentifier(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.
      • getTargetDbClusterIdentifier

        public String getTargetDbClusterIdentifier()

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

        public SwitchoverGlobalClusterRequest withTargetDbClusterIdentifier(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.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /