Class DeleteGlobalTableWitnessGroupMemberAction
java.lang.Object
software.amazon.awssdk.services.dynamodb.model.DeleteGlobalTableWitnessGroupMemberAction
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>
@Generated("software.amazon.awssdk:codegen")
public final class DeleteGlobalTableWitnessGroupMemberAction
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>
Specifies the action to remove a witness Region from a MRSC global table. You cannot delete a single witness from a MRSC global table - you must delete both a replica and the witness together. The deletion of both a witness and replica converts the remaining replica to a single-Region DynamoDB table.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final StringThe witness Region name to be removed from the MRSC global table.static Class<? extends DeleteGlobalTableWitnessGroupMemberAction.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
regionName
The witness Region name to be removed from the MRSC global table.
- Returns:
- The witness Region name to be removed from the MRSC global table.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>
-
builder
-
serializableBuilderClass
public static Class<? extends DeleteGlobalTableWitnessGroupMemberAction.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-