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 DBInstanceStatusInfo

    • Constructor Detail

      • DBInstanceStatusInfo

        public DBInstanceStatusInfo()
    • Method Detail

      • setStatusType

        public void setStatusType(String statusType)

        This value is currently "read replication."

        Parameters:
        statusType - This value is currently "read replication."
      • getStatusType

        public String getStatusType()

        This value is currently "read replication."

        Returns:
        This value is currently "read replication."
      • withStatusType

        public DBInstanceStatusInfo withStatusType(String statusType)

        This value is currently "read replication."

        Parameters:
        statusType - This value is currently "read replication."
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNormal

        public void setNormal(Boolean normal)

        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).

        Parameters:
        normal - Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
      • getNormal

        public Boolean getNormal()

        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).

        Returns:
        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
      • withNormal

        public DBInstanceStatusInfo withNormal(Boolean normal)

        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).

        Parameters:
        normal - Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isNormal

        public Boolean isNormal()

        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).

        Returns:
        Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
      • setStatus

        public void setStatus(String status)

        The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.

        Parameters:
        status - The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
      • getStatus

        public String getStatus()

        The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.

        Returns:
        The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
      • withStatus

        public DBInstanceStatusInfo withStatus(String status)

        The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.

        Parameters:
        status - The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMessage

        public void setMessage(String message)

        Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.

        Parameters:
        message - Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
      • getMessage

        public String getMessage()

        Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.

        Returns:
        Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
      • withMessage

        public DBInstanceStatusInfo withMessage(String message)

        Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.

        Parameters:
        message - Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
        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 によって変換されたページ (->オリジナル) /