Class RebootDBInstanceRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.rds.model.RebootDBInstanceRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class RebootDBInstanceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable

See Also:
  • Constructor Details

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

    • 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:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      public RebootDBInstanceRequest clone()
      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: