Class NodeSourceViaImageDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.containerengine.model.NodeSourceViaImageDetails.Builder
 
- 
- Enclosing class:
- NodeSourceViaImageDetails
 
 public static class NodeSourceViaImageDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description NodeSourceViaImageDetails.BuilderbootVolumeSizeInGBs(Long bootVolumeSizeInGBs)The size of the boot volume in GBs.NodeSourceViaImageDetailsbuild()NodeSourceViaImageDetails.Buildercopy(NodeSourceViaImageDetails model)NodeSourceViaImageDetails.BuilderimageId(String imageId)The OCID of the image used to boot the node.
 
- 
- 
- 
Method Detail- 
imageIdpublic NodeSourceViaImageDetails.Builder imageId(String imageId) The OCID of the image used to boot the node.- Parameters:
- imageId- the value to set
- Returns:
- this builder
 
 - 
bootVolumeSizeInGBspublic 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
 
 - 
buildpublic NodeSourceViaImageDetails build() 
 - 
copypublic NodeSourceViaImageDetails.Builder copy(NodeSourceViaImageDetails model) 
 
- 
 
-