Class NodeSourceViaImageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.containerengine.model.NodeSourceViaImageDetails.Builder
-
- Enclosing class:
- NodeSourceViaImageDetails
public static class NodeSourceViaImageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeSourceViaImageDetails.Builder
bootVolumeSizeInGBs(Long bootVolumeSizeInGBs)
The size of the boot volume in GBs.NodeSourceViaImageDetails
build()
NodeSourceViaImageDetails.Builder
copy(NodeSourceViaImageDetails model)
NodeSourceViaImageDetails.Builder
imageId(String imageId)
The OCID of the image used to boot the node.
-
-
-
Method Detail
-
imageId
public NodeSourceViaImageDetails.Builder imageId(String imageId)
The OCID of the image used to boot the node.- Parameters:
imageId
- the value to set- Returns:
- this builder
-
bootVolumeSizeInGBs
public NodeSourceViaImageDetails.Builder bootVolumeSizeInGBs(Long bootVolumeSizeInGBs)
The size of the boot volume in GBs.Minimum value is 50 GB. See here for max custom boot volume sizing and OS-specific requirements.
- Parameters:
bootVolumeSizeInGBs
- the value to set- Returns:
- this builder
-
build
public NodeSourceViaImageDetails build()
-
copy
public NodeSourceViaImageDetails.Builder copy(NodeSourceViaImageDetails model)
-
-