public static class JobShapeConfigDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
JobShapeConfigDetails |
build() |
JobShapeConfigDetails.Builder |
copy(JobShapeConfigDetails model) |
JobShapeConfigDetails.Builder |
memoryInGBs(Float memoryInGBs)
The total amount of memory available to the job run instance, in gigabytes.
|
JobShapeConfigDetails.Builder |
ocpus(Float ocpus)
The total number of OCPUs available to the job run instance.
|
public JobShapeConfigDetails.Builder ocpus(Float ocpus)
The total number of OCPUs available to the job run instance.
ocpus
- the value to setpublic JobShapeConfigDetails.Builder memoryInGBs(Float memoryInGBs)
The total amount of memory available to the job run instance, in gigabytes.
memoryInGBs
- the value to setpublic JobShapeConfigDetails build()
public JobShapeConfigDetails.Builder copy(JobShapeConfigDetails model)
Copyright © 2016–2024. All rights reserved.