Interface CreateGlobalTableWitnessGroupMemberAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CreateGlobalTableWitnessGroupMemberAction.Builder,CreateGlobalTableWitnessGroupMemberAction>,SdkBuilder<CreateGlobalTableWitnessGroupMemberAction.Builder,CreateGlobalTableWitnessGroupMemberAction>,SdkPojo
- Enclosing class:
- CreateGlobalTableWitnessGroupMemberAction
@Mutable @NotThreadSafe public static interface CreateGlobalTableWitnessGroupMemberAction.Builder extends SdkPojo, CopyableBuilder<CreateGlobalTableWitnessGroupMemberAction.Builder,CreateGlobalTableWitnessGroupMemberAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateGlobalTableWitnessGroupMemberAction.BuilderregionName(String regionName)The Amazon Web Services Region name to be added as a witness Region for the MRSC global table.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
regionName
CreateGlobalTableWitnessGroupMemberAction.Builder regionName(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)
- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
-
-