@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 Neptune global database that should be failed over.
|
String |
getTargetDbClusterIdentifier()
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the
global database.
|
int |
hashCode() |
void |
setGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Neptune global database that should be failed over.
|
void |
setTargetDbClusterIdentifier(String targetDbClusterIdentifier)
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the
global database.
|
String |
toString()
Returns a string representation of this object.
|
FailoverGlobalClusterRequest |
withGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Neptune global database that should be failed over.
|
FailoverGlobalClusterRequest |
withTargetDbClusterIdentifier(String targetDbClusterIdentifier)
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the
global database.
|
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 Neptune global database that should be failed over. The identifier is the unique key assigned by the user when the Neptune global database was created. In other words, it's the name of the global database that you want to fail over.
Constraints: Must match the identifier of an existing Neptune global database.
globalClusterIdentifier
- Identifier of the Neptune global database that should be failed over. The identifier is the unique key
assigned by the user when the Neptune global database was created. In other words, it's the name of the
global database that you want to fail over.
Constraints: Must match the identifier of an existing Neptune global database.
public String getGlobalClusterIdentifier()
Identifier of the Neptune global database that should be failed over. The identifier is the unique key assigned by the user when the Neptune global database was created. In other words, it's the name of the global database that you want to fail over.
Constraints: Must match the identifier of an existing Neptune global database.
Constraints: Must match the identifier of an existing Neptune global database.
public FailoverGlobalClusterRequest withGlobalClusterIdentifier(String globalClusterIdentifier)
Identifier of the Neptune global database that should be failed over. The identifier is the unique key assigned by the user when the Neptune global database was created. In other words, it's the name of the global database that you want to fail over.
Constraints: Must match the identifier of an existing Neptune global database.
globalClusterIdentifier
- Identifier of the Neptune global database that should be failed over. The identifier is the unique key
assigned by the user when the Neptune global database was created. In other words, it's the name of the
global database that you want to fail over.
Constraints: Must match the identifier of an existing Neptune global database.
public void setTargetDbClusterIdentifier(String targetDbClusterIdentifier)
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
targetDbClusterIdentifier
- The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for
the global database.public String getTargetDbClusterIdentifier()
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
public FailoverGlobalClusterRequest withTargetDbClusterIdentifier(String targetDbClusterIdentifier)
The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for the global database.
targetDbClusterIdentifier
- The Amazon Resource Name (ARN) of the secondary Neptune DB cluster that you want to promote to primary for
the global database.public String toString()
toString
in class Object
Object.toString()
public FailoverGlobalClusterRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()