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