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