Interface DeleteReplicaAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DeleteReplicaAction.Builder,
,DeleteReplicaAction> SdkBuilder<DeleteReplicaAction.Builder,
,DeleteReplicaAction> SdkPojo
- Enclosing class:
DeleteReplicaAction
public static interface DeleteReplicaAction.Builder
extends SdkPojo, CopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>
-
Method Summary
Modifier and TypeMethodDescriptionregionName
(String regionName) The Region of the replica to be removed.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, sdkFields
-
Method Details
-
regionName
The Region of the replica to be removed.
- Parameters:
regionName
- The Region of the replica to be removed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-