| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VCpuInfo.Builder |
VCpuInfo.builder() |
VCpuInfo.Builder |
VCpuInfo.Builder.defaultCores(Integer defaultCores)
The default number of cores for the instance type.
|
VCpuInfo.Builder |
VCpuInfo.Builder.defaultThreadsPerCore(Integer defaultThreadsPerCore)
The default number of threads per core for the instance type.
|
VCpuInfo.Builder |
VCpuInfo.Builder.defaultVCpus(Integer defaultVCpus)
The default number of vCPUs for the instance type.
|
VCpuInfo.Builder |
VCpuInfo.toBuilder() |
VCpuInfo.Builder |
VCpuInfo.Builder.validCores(Collection<Integer> validCores)
List of the valid number of cores that can be configured for the instance type.
|
VCpuInfo.Builder |
VCpuInfo.Builder.validCores(Integer... validCores)
List of the valid number of cores that can be configured for the instance type.
|
VCpuInfo.Builder |
VCpuInfo.Builder.validThreadsPerCore(Collection<Integer> validThreadsPerCore)
List of the valid number of threads per core that can be configured for the instance type.
|
VCpuInfo.Builder |
VCpuInfo.Builder.validThreadsPerCore(Integer... validThreadsPerCore)
List of the valid number of threads per core that can be configured for the instance type.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VCpuInfo.Builder> |
VCpuInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceTypeInfo.Builder |
InstanceTypeInfo.Builder.vCpuInfo(Consumer<VCpuInfo.Builder> vCpuInfo)
Describes the vCPU configurations for the instance type.
|
Copyright © 2019. All rights reserved.