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 RemoveFromGlobalClusterRequest

    • Constructor Detail

      • RemoveFromGlobalClusterRequest

        public RemoveFromGlobalClusterRequest()
    • Method Detail

      • setGlobalClusterIdentifier

        public void setGlobalClusterIdentifier(String globalClusterIdentifier)

        The cluster identifier to detach from the Aurora global database cluster.

        Parameters:
        globalClusterIdentifier - The cluster identifier to detach from the Aurora global database cluster.
      • getGlobalClusterIdentifier

        public String getGlobalClusterIdentifier()

        The cluster identifier to detach from the Aurora global database cluster.

        Returns:
        The cluster identifier to detach from the Aurora global database cluster.
      • withGlobalClusterIdentifier

        public RemoveFromGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)

        The cluster identifier to detach from the Aurora global database cluster.

        Parameters:
        globalClusterIdentifier - The cluster identifier to detach from the Aurora global database cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDbClusterIdentifier

        public void setDbClusterIdentifier(String dbClusterIdentifier)

        The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

        Parameters:
        dbClusterIdentifier - The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
      • getDbClusterIdentifier

        public String getDbClusterIdentifier()

        The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

        Returns:
        The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
      • withDbClusterIdentifier

        public RemoveFromGlobalClusterRequest withDbClusterIdentifier(String dbClusterIdentifier)

        The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.

        Parameters:
        dbClusterIdentifier - The Amazon Resource Name (ARN) identifying the cluster that was detached from the Aurora global database cluster.
        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 によって変換されたページ (->オリジナル) /