public static class PlacementInstructionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PlacementInstructionDetails.Builder type(PlacementInstructionDetails.Type type)
The type of placement instruction.
type
- the value to setpublic PlacementInstructionDetails.Builder value(String value)
The value of the token designated for placement of the cluster placement group upon creation.
value
- the value to setpublic PlacementInstructionDetails build()
public PlacementInstructionDetails.Builder copy(PlacementInstructionDetails model)
Copyright © 2016–2024. All rights reserved.