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