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
Modifier and TypeMethodDescriptionregionName(String regionName) The witness Region name to be removed from the MRSC global table.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-