@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class FailoverGlobalClusterRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
FailoverGlobalClusterRequest() |
Modifier and Type | Method and Description |
---|---|
FailoverGlobalClusterRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGlobalClusterIdentifier()
Identifier of the Aurora global database (GlobalCluster) that should be failed over.
|
String |
getTargetDbClusterIdentifier()
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database
(GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the
cluster in its Amazon Web Services Region.
|
int |
hashCode() |
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Aurora global database (GlobalCluster) that should be failed over.
|
void |
setTargetDbClusterIdentifier(String targetDbClusterIdentifier)
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database
(GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the
cluster in its Amazon Web Services Region.
|
String |
toString()
Returns a string representation of this object.
|
FailoverGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Aurora global database (GlobalCluster) that should be failed over.
|
FailoverGlobalClusterRequest |
withTargetDbClusterIdentifier(String targetDbClusterIdentifier)
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database
(GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the
cluster in its Amazon Web Services Region.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
globalClusterIdentifier
- Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier
is the unique key assigned by the user when the Aurora global database was created. In other words, it's
the name of the Aurora global database that you want to fail over.
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
public String getGlobalClusterIdentifier()
Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
public FailoverGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier is the unique key assigned by the user when the Aurora global database was created. In other words, it's the name of the Aurora global database that you want to fail over.
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
globalClusterIdentifier
- Identifier of the Aurora global database (GlobalCluster) that should be failed over. The identifier
is the unique key assigned by the user when the Aurora global database was created. In other words, it's
the name of the Aurora global database that you want to fail over.
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
public void setTargetDbClusterIdentifier(String targetDbClusterIdentifier)
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
targetDbClusterIdentifier
- Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global
database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can
locate the cluster in its Amazon Web Services Region.public String getTargetDbClusterIdentifier()
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
public FailoverGlobalClusterRequest withTargetDbClusterIdentifier(String targetDbClusterIdentifier)
Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
targetDbClusterIdentifier
- Identifier of the secondary Aurora DB cluster that you want to promote to primary for the Aurora global
database (GlobalCluster.) Use the Amazon Resource Name (ARN) for the identifier so that Aurora can
locate the cluster in its Amazon Web Services Region.public String toString()
toString
in class Object
Object.toString()
public FailoverGlobalClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()