Package com.oracle.bmc.batch.model
Class GpuFleetShapeExecutionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.batch.model.GpuFleetShapeExecutionDetails.Builder
-
- Enclosing class:
- GpuFleetShapeExecutionDetails
public static class GpuFleetShapeExecutionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GpuFleetShapeExecutionDetailsbuild()GpuFleetShapeExecutionDetails.Buildercopy(GpuFleetShapeExecutionDetails model)GpuFleetShapeExecutionDetails.BuilderdiskSizeInGBs(Integer diskSizeInGBs)Amount of disk space provided by the shape.GpuFleetShapeExecutionDetails.Buildergpus(Integer gpus)The number of GPUs provided by the shape.GpuFleetShapeExecutionDetails.BuildermemoryInGBs(Integer memoryInGBs)Amount of memory in GBs provided by the shape.GpuFleetShapeExecutionDetails.Builderocpus(Integer ocpus)Number of OCPUs provided by the shape.GpuFleetShapeExecutionDetails.BuildershapeName(String shapeName)Name of the shape.
-
-
-
Method Detail
-
shapeName
public GpuFleetShapeExecutionDetails.Builder shapeName(String shapeName)
Name of the shape.- Parameters:
shapeName- the value to set- Returns:
- this builder
-
ocpus
public GpuFleetShapeExecutionDetails.Builder ocpus(Integer ocpus)
Number of OCPUs provided by the shape.- Parameters:
ocpus- the value to set- Returns:
- this builder
-
memoryInGBs
public GpuFleetShapeExecutionDetails.Builder memoryInGBs(Integer memoryInGBs)
Amount of memory in GBs provided by the shape.- Parameters:
memoryInGBs- the value to set- Returns:
- this builder
-
diskSizeInGBs
public GpuFleetShapeExecutionDetails.Builder diskSizeInGBs(Integer diskSizeInGBs)
Amount of disk space provided by the shape.- Parameters:
diskSizeInGBs- the value to set- Returns:
- this builder
-
gpus
public GpuFleetShapeExecutionDetails.Builder gpus(Integer gpus)
The number of GPUs provided by the shape.- Parameters:
gpus- the value to set- Returns:
- this builder
-
build
public GpuFleetShapeExecutionDetails build()
-
copy
public GpuFleetShapeExecutionDetails.Builder copy(GpuFleetShapeExecutionDetails model)
-
-