Package com.oracle.bmc.batch.model
Class FixedGpuFleetShape.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.FixedGpuFleetShape.Builder
-
- Enclosing class:
- FixedGpuFleetShape
public static class FixedGpuFleetShape.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FixedGpuFleetShapebuild()FixedGpuFleetShape.Buildercopy(FixedGpuFleetShape model)FixedGpuFleetShape.BuilderdiskSizeInGBs(Integer diskSizeInGBs)Amount of disk space in GBs required for the shape.FixedGpuFleetShape.BuildershapeName(String shapeName)The name of the fixed GPU fleet shape.
-
-
-
Method Detail
-
shapeName
public FixedGpuFleetShape.Builder shapeName(String shapeName)
The name of the fixed GPU fleet shape.- Parameters:
shapeName- the value to set- Returns:
- this builder
-
diskSizeInGBs
public FixedGpuFleetShape.Builder diskSizeInGBs(Integer diskSizeInGBs)
Amount of disk space in GBs required for the shape.- Parameters:
diskSizeInGBs- the value to set- Returns:
- this builder
-
build
public FixedGpuFleetShape build()
-
copy
public FixedGpuFleetShape.Builder copy(FixedGpuFleetShape model)
-
-