| Package | Description |
|---|---|
| software.amazon.awssdk.services.snowdevicemanagement.model |
| Modifier and Type | Method and Description |
|---|---|
static CpuOptions.Builder |
CpuOptions.builder() |
CpuOptions.Builder |
CpuOptions.Builder.coreCount(Integer coreCount)
The number of cores that the CPU can use.
|
CpuOptions.Builder |
CpuOptions.Builder.threadsPerCore(Integer threadsPerCore)
The number of threads per core in the CPU.
|
CpuOptions.Builder |
CpuOptions.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CpuOptions.Builder> |
CpuOptions.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Instance.Builder |
Instance.Builder.cpuOptions(Consumer<CpuOptions.Builder> cpuOptions)
The CPU options for the instance.
|
Copyright © 2023. All rights reserved.