Interface DeleteRegionAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteRegionAction.Builder,
,DeleteRegionAction> SdkBuilder<DeleteRegionAction.Builder,
,DeleteRegionAction> SdkPojo
- Enclosing class:
DeleteRegionAction
@Mutable
@NotThreadSafe
public static interface DeleteRegionAction.Builder
extends SdkPojo, CopyableBuilder<DeleteRegionAction.Builder,DeleteRegionAction>
-
Method Summary
Modifier and TypeMethodDescriptionregionName
(String regionName) The name of the Amazon Web Services Region you're deleting from the replication set.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 Details
-
regionName
The name of the Amazon Web Services Region you're deleting from the replication set.
- Parameters:
regionName
- The name of the Amazon Web Services Region you're deleting from the replication set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-