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(Float defaultPerOcpuInGBs)
The default amount of memory per OCPU available for this shape, in gigabytes.
|
ShapeMemoryOptions.Builder |
maxInGBs(Float maxInGBs)
The maximum amount of memory, in gigabytes.
|
ShapeMemoryOptions.Builder |
maxPerOcpuInGBs(Float maxPerOcpuInGBs)
The maximum amount of memory per OCPU available for this shape, in gigabytes.
|
ShapeMemoryOptions.Builder |
minInGBs(Float minInGBs)
The minimum amount of memory, in gigabytes.
|
ShapeMemoryOptions.Builder |
minPerOcpuInGBs(Float minPerOcpuInGBs)
The minimum amount of memory per OCPU available for this shape, in gigabytes.
|
public ShapeMemoryOptions.Builder minInGBs(Float minInGBs)
The minimum amount of memory, in gigabytes.
minInGBs
- the value to setpublic ShapeMemoryOptions.Builder maxInGBs(Float maxInGBs)
The maximum amount of memory, in gigabytes.
maxInGBs
- the value to setpublic ShapeMemoryOptions.Builder defaultPerOcpuInGBs(Float defaultPerOcpuInGBs)
The default amount of memory per OCPU available for this shape, in gigabytes.
defaultPerOcpuInGBs
- the value to setpublic ShapeMemoryOptions.Builder minPerOcpuInGBs(Float minPerOcpuInGBs)
The minimum amount of memory per OCPU available for this shape, in gigabytes.
minPerOcpuInGBs
- the value to setpublic ShapeMemoryOptions.Builder maxPerOcpuInGBs(Float maxPerOcpuInGBs)
The maximum amount of memory per OCPU available for this shape, in gigabytes.
maxPerOcpuInGBs
- the value to setpublic ShapeMemoryOptions build()
public ShapeMemoryOptions.Builder copy(ShapeMemoryOptions model)
Copyright © 2016–2024. All rights reserved.