public static class JobShapeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public JobShapeSummary.Builder name(String name)
The name of the job shape.
name
- the value to setpublic JobShapeSummary.Builder coreCount(Integer coreCount)
The number of cores associated with this job run shape.
coreCount
- the value to setpublic JobShapeSummary.Builder memoryInGBs(Integer memoryInGBs)
The number of cores associated with this job shape.
memoryInGBs
- the value to setpublic JobShapeSummary.Builder shapeSeries(JobShapeSummary.ShapeSeries shapeSeries)
The family that the compute shape belongs to.
shapeSeries
- the value to setpublic JobShapeSummary build()
public JobShapeSummary.Builder copy(JobShapeSummary model)
Copyright © 2016–2024. All rights reserved.