Class RebootDBInstanceRequest
- All Implemented Interfaces:
ReadLimitInfo
,Serializable
,Cloneable
- See Also:
-
Field Summary
Fields inherited from class com.amazonaws.AmazonWebServiceRequest
NOOP
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for RebootDBInstanceRequest object.RebootDBInstanceRequest
(String dBInstanceIdentifier) Constructs a new RebootDBInstanceRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()
Creates a shallow clone of this request.boolean
The DB instance identifier.Whentrue
, the reboot will be conducted through a MultiAZ failover.int
hashCode()
Whentrue
, the reboot will be conducted through a MultiAZ failover.void
setDBInstanceIdentifier
(String dBInstanceIdentifier) The DB instance identifier.void
setForceFailover
(Boolean forceFailover) Whentrue
, the reboot will be conducted through a MultiAZ failover.toString()
Returns a string representation of this object; useful for testing and debugging.withDBInstanceIdentifier
(String dBInstanceIdentifier) The DB instance identifier.withForceFailover
(Boolean forceFailover) Whentrue
, the reboot will be conducted through a MultiAZ failover.Methods inherited from class com.amazonaws.AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
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
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
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
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
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
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
- Whentrue
, the reboot will be conducted through a MultiAZ failover.Constraint: You cannot specify
true
if the instance is not configured for MultiAZ.
-
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
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
- Whentrue
, 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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
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 classAmazonWebServiceRequest
- See Also:
-