Interface DeleteReplicaAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>,SdkBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>,SdkPojo
- Enclosing class:
- DeleteReplicaAction
@Mutable @NotThreadSafe public static interface DeleteReplicaAction.Builder extends SdkPojo, CopyableBuilder<DeleteReplicaAction.Builder,DeleteReplicaAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteReplicaAction.BuilderregionName(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
regionName
DeleteReplicaAction.Builder regionName(String 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.
-
-