Package com.oracle.bmc.datascience.model
Class JobShapeSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.datascience.model.JobShapeSummary.Builder
-
- Enclosing class:
- JobShapeSummary
public static class JobShapeSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JobShapeSummary
build()
JobShapeSummary.Builder
copy(JobShapeSummary model)
JobShapeSummary.Builder
coreCount(Integer coreCount)
The number of cores associated with this job run shape.JobShapeSummary.Builder
memoryInGBs(Integer memoryInGBs)
The number of cores associated with this job shape.JobShapeSummary.Builder
name(String name)
The name of the job shape.JobShapeSummary.Builder
shapeSeries(JobShapeSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.
-
-
-
Method Detail
-
name
public JobShapeSummary.Builder name(String name)
The name of the job shape.- Parameters:
name
- the value to set- Returns:
- this builder
-
coreCount
public JobShapeSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this job run shape.- Parameters:
coreCount
- the value to set- Returns:
- this builder
-
memoryInGBs
public JobShapeSummary.Builder memoryInGBs(Integer memoryInGBs)
The number of cores associated with this job shape.- Parameters:
memoryInGBs
- the value to set- Returns:
- this builder
-
shapeSeries
public JobShapeSummary.Builder shapeSeries(JobShapeSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.- Parameters:
shapeSeries
- the value to set- Returns:
- this builder
-
build
public JobShapeSummary build()
-
copy
public JobShapeSummary.Builder copy(JobShapeSummary model)
-
-