CopyableBuilder<RebootDBInstanceRequest.Builder,RebootDBInstanceRequest>
, SdkBuilder<RebootDBInstanceRequest.Builder,RebootDBInstanceRequest>
public static interface RebootDBInstanceRequest.Builder extends CopyableBuilder<RebootDBInstanceRequest.Builder,RebootDBInstanceRequest>
Modifier and Type | Method | Description |
---|---|---|
RebootDBInstanceRequest.Builder |
dbInstanceIdentifier(String dbInstanceIdentifier) |
The DB instance identifier.
|
RebootDBInstanceRequest.Builder |
forceFailover(Boolean forceFailover) |
When
true , the reboot will be conducted through a MultiAZ failover. |
copy
apply, build
RebootDBInstanceRequest.Builder dbInstanceIdentifier(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
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
RebootDBInstanceRequest.Builder forceFailover(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.
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.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.