@Generated(value="software.amazon.awssdk:codegen") public final class FailoverGlobalClusterRequest extends RdsRequest implements ToCopyableBuilder<FailoverGlobalClusterRequest.Builder,FailoverGlobalClusterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
FailoverGlobalClusterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static FailoverGlobalClusterRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalClusterIdentifier()
Identifier of the Aurora global database (GlobalCluster) that should be failed over.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends FailoverGlobalClusterRequest.Builder> |
serializableBuilderClass() |
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.
|
FailoverGlobalClusterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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).
Constraints:
Must match the identifier of an existing GlobalCluster (Aurora global database).
public final 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.
public FailoverGlobalClusterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<FailoverGlobalClusterRequest.Builder,FailoverGlobalClusterRequest>toBuilder in class RdsRequestpublic static FailoverGlobalClusterRequest.Builder builder()
public static Class<? extends FailoverGlobalClusterRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.