@Generated(value="software.amazon.awssdk:codegen") public final class SwitchoverGlobalClusterRequest extends RdsRequest implements ToCopyableBuilder<SwitchoverGlobalClusterRequest.Builder,SwitchoverGlobalClusterRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
SwitchoverGlobalClusterRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static SwitchoverGlobalClusterRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
globalClusterIdentifier()
The identifier of the global database cluster to switch over.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends SwitchoverGlobalClusterRequest.Builder> |
serializableBuilderClass() |
String |
targetDbClusterIdentifier()
The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster.
|
SwitchoverGlobalClusterRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String globalClusterIdentifier()
The identifier of the global database cluster to switch over. This parameter isn't case-sensitive.
Constraints:
Must match the identifier of an existing global database cluster (Aurora global database).
Constraints:
Must match the identifier of an existing global database cluster (Aurora global database).
public final String targetDbClusterIdentifier()
The identifier of the secondary Aurora DB cluster to promote to the new primary for the global database cluster. Use the Amazon Resource Name (ARN) for the identifier so that Aurora can locate the cluster in its Amazon Web Services Region.
public SwitchoverGlobalClusterRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SwitchoverGlobalClusterRequest.Builder,SwitchoverGlobalClusterRequest>toBuilder in class RdsRequestpublic static SwitchoverGlobalClusterRequest.Builder builder()
public static Class<? extends SwitchoverGlobalClusterRequest.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.