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