Class CreateGlobalTableWitnessGroupMemberAction
- java.lang.Object
-
- software.amazon.awssdk.services.dynamodb.model.CreateGlobalTableWitnessGroupMemberAction
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CreateGlobalTableWitnessGroupMemberAction.Builder,CreateGlobalTableWitnessGroupMemberAction>
@Generated("software.amazon.awssdk:codegen") public final class CreateGlobalTableWitnessGroupMemberAction extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CreateGlobalTableWitnessGroupMemberAction.Builder,CreateGlobalTableWitnessGroupMemberAction>
Specifies the action to add a new witness Region to a MRSC global table. A MRSC global table can be configured with either three replicas, or with two replicas and one witness.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateGlobalTableWitnessGroupMemberAction.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateGlobalTableWitnessGroupMemberAction.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringregionName()The Amazon Web Services Region name to be added as a witness Region for the MRSC global table.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateGlobalTableWitnessGroupMemberAction.Builder>serializableBuilderClass()CreateGlobalTableWitnessGroupMemberAction.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
regionName
public final String regionName()
The Amazon Web Services Region name to be added as a witness Region for the MRSC global table. The witness must be in a different Region than the replicas and within the same Region set:
-
US Region set: US East (N. Virginia), US East (Ohio), US West (Oregon)
-
EU Region set: Europe (Ireland), Europe (London), Europe (Paris), Europe (Frankfurt)
-
AP Region set: Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Osaka)
- Returns:
- The Amazon Web Services Region name to be added as a witness Region for the MRSC global table. The
witness must be in a different Region than the replicas and within the same Region set:
-
US Region set: US East (N. Virginia), US East (Ohio), US West (Oregon)
-
EU Region set: Europe (Ireland), Europe (London), Europe (Paris), Europe (Frankfurt)
-
AP Region set: Asia Pacific (Tokyo), Asia Pacific (Seoul), Asia Pacific (Osaka)
-
-
-
toBuilder
public CreateGlobalTableWitnessGroupMemberAction.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateGlobalTableWitnessGroupMemberAction.Builder,CreateGlobalTableWitnessGroupMemberAction>
-
builder
public static CreateGlobalTableWitnessGroupMemberAction.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateGlobalTableWitnessGroupMemberAction.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-