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