public static class ShapeMemoryOptions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ShapeMemoryOptions |
build() |
ShapeMemoryOptions.Builder |
copy(ShapeMemoryOptions model) |
ShapeMemoryOptions.Builder |
defaultPerOcpuInGBs(Integer defaultPerOcpuInGBs)
Default per OCPU configuration in GBs
|
ShapeMemoryOptions.Builder |
maxInGBs(Integer maxInGBs)
Maximum Memory configuration in GBs
|
ShapeMemoryOptions.Builder |
maxPerOcpuInGBs(Integer maxPerOcpuInGBs)
Maximum Memory configuration per OCPU in GBs
|
ShapeMemoryOptions.Builder |
minInGBs(Integer minInGBs)
Minimum Memory configuration in GBs
|
ShapeMemoryOptions.Builder |
minPerOcpuInGBs(Integer minPerOcpuInGBs)
Minimum Memory configuration per OCPU in GBs
|
public ShapeMemoryOptions.Builder defaultPerOcpuInGBs(Integer defaultPerOcpuInGBs)
Default per OCPU configuration in GBs
defaultPerOcpuInGBs
- the value to setpublic ShapeMemoryOptions.Builder minInGBs(Integer minInGBs)
Minimum Memory configuration in GBs
minInGBs
- the value to setpublic ShapeMemoryOptions.Builder minPerOcpuInGBs(Integer minPerOcpuInGBs)
Minimum Memory configuration per OCPU in GBs
minPerOcpuInGBs
- the value to setpublic ShapeMemoryOptions.Builder maxInGBs(Integer maxInGBs)
Maximum Memory configuration in GBs
maxInGBs
- the value to setpublic ShapeMemoryOptions.Builder maxPerOcpuInGBs(Integer maxPerOcpuInGBs)
Maximum Memory configuration per OCPU in GBs
maxPerOcpuInGBs
- the value to setpublic ShapeMemoryOptions build()
public ShapeMemoryOptions.Builder copy(ShapeMemoryOptions model)
Copyright © 2016–2024. All rights reserved.