Class RebootDBInstanceRequest

    • Constructor Detail

      • RebootDBInstanceRequest

        public RebootDBInstanceRequest()
        Default constructor for RebootDBInstanceRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it.
      • RebootDBInstanceRequest

        public RebootDBInstanceRequest​(String dBInstanceIdentifier)
        Constructs a new RebootDBInstanceRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.
        Parameters:
        dBInstanceIdentifier - The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 alphanumeric characters or hyphens
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
    • Method Detail

      • setDBInstanceIdentifier

        public void setDBInstanceIdentifier​(String dBInstanceIdentifier)

        The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 alphanumeric characters or hyphens
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        Parameters:
        dBInstanceIdentifier - The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 alphanumeric characters or hyphens
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
      • getDBInstanceIdentifier

        public String getDBInstanceIdentifier()

        The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 alphanumeric characters or hyphens
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        Returns:
        The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 alphanumeric characters or hyphens
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
      • withDBInstanceIdentifier

        public RebootDBInstanceRequest withDBInstanceIdentifier​(String dBInstanceIdentifier)

        The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 alphanumeric characters or hyphens
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        Parameters:
        dBInstanceIdentifier - The DB instance identifier. This parameter is stored as a lowercase string.

        Constraints:

        • Must contain from 1 to 63 alphanumeric characters or hyphens
        • First character must be a letter
        • Cannot end with a hyphen or contain two consecutive hyphens
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setForceFailover

        public void setForceFailover​(Boolean forceFailover)

        When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

        Parameters:
        forceFailover - When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

      • getForceFailover

        public Boolean getForceFailover()

        When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

        Returns:
        When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

      • withForceFailover

        public RebootDBInstanceRequest withForceFailover​(Boolean forceFailover)

        When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

        Parameters:
        forceFailover - When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

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

        public Boolean isForceFailover()

        When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

        Returns:
        When true, the reboot will be conducted through a MultiAZ failover.

        Constraint: You cannot specify true if the instance is not configured for MultiAZ.

      • toString

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object