public class PromoteReadReplicaDBClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
PromoteReadReplicaDBClusterRequest() |
| Modifier and Type | Method and Description |
|---|---|
PromoteReadReplicaDBClusterRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDBClusterIdentifier()
The identifier of the DB cluster Read Replica to promote.
|
int |
hashCode() |
void |
setDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PromoteReadReplicaDBClusterRequest |
withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
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.
Example: my-cluster-replica1
dBClusterIdentifier - The identifier of the DB cluster Read Replica to promote. This
parameter is not case-sensitive.
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.
Example: my-cluster-replica1
public String getDBClusterIdentifier()
The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
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.
Example: my-cluster-replica1
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.
Example: my-cluster-replica1
public PromoteReadReplicaDBClusterRequest withDBClusterIdentifier(String dBClusterIdentifier)
The identifier of the DB cluster Read Replica to promote. This parameter is not case-sensitive.
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.
Example: my-cluster-replica1
dBClusterIdentifier - The identifier of the DB cluster Read Replica to promote. This
parameter is not case-sensitive.
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.
Example: my-cluster-replica1
public String toString()
toString in class ObjectObject.toString()public PromoteReadReplicaDBClusterRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2016. All rights reserved.