Interface DeleteGlobalTableWitnessGroupMemberAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>,SdkBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>,SdkPojo
- Enclosing class:
- DeleteGlobalTableWitnessGroupMemberAction
@Mutable @NotThreadSafe public static interface DeleteGlobalTableWitnessGroupMemberAction.Builder extends SdkPojo, CopyableBuilder<DeleteGlobalTableWitnessGroupMemberAction.Builder,DeleteGlobalTableWitnessGroupMemberAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteGlobalTableWitnessGroupMemberAction.BuilderregionName(String regionName)The witness Region name to be removed from 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
DeleteGlobalTableWitnessGroupMemberAction.Builder regionName(String regionName)
The witness Region name to be removed from the MRSC global table.
- Parameters:
regionName- The witness Region name to be removed from the MRSC global table.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-