Class PlacementInstructionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.clusterplacementgroups.model.PlacementInstructionDetails.Builder
-
- Enclosing class:
- PlacementInstructionDetails
public static class PlacementInstructionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PlacementInstructionDetails
build()
PlacementInstructionDetails.Builder
copy(PlacementInstructionDetails model)
PlacementInstructionDetails.Builder
type(PlacementInstructionDetails.Type type)
The type of placement instruction.PlacementInstructionDetails.Builder
value(String value)
The value of the token designated for placement of the cluster placement group upon creation.
-
-
-
Method Detail
-
type
public PlacementInstructionDetails.Builder type(PlacementInstructionDetails.Type type)
The type of placement instruction.- Parameters:
type
- the value to set- Returns:
- this builder
-
value
public PlacementInstructionDetails.Builder value(String value)
The value of the token designated for placement of the cluster placement group upon creation.- Parameters:
value
- the value to set- Returns:
- this builder
-
build
public PlacementInstructionDetails build()
-
copy
public PlacementInstructionDetails.Builder copy(PlacementInstructionDetails model)
-
-