public static interface HostProperties.Builder extends SdkPojo, CopyableBuilder<HostProperties.Builder,HostProperties>
| Modifier and Type | Method and Description |
|---|---|
HostProperties.Builder |
cores(Integer cores)
The number of cores on the Dedicated Host.
|
HostProperties.Builder |
instanceFamily(String instanceFamily)
The instance family supported by the Dedicated Host.
|
HostProperties.Builder |
instanceType(String instanceType)
The instance type supported by the Dedicated Host.
|
HostProperties.Builder |
sockets(Integer sockets)
The number of sockets on the Dedicated Host.
|
HostProperties.Builder |
totalVCpus(Integer totalVCpus)
The total number of vCPUs on the Dedicated Host.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHostProperties.Builder cores(Integer cores)
The number of cores on the Dedicated Host.
cores - The number of cores on the Dedicated Host.HostProperties.Builder instanceType(String instanceType)
The instance type supported by the Dedicated Host. For example, m5.large. If the host supports
multiple instance types, no instanceType is returned.
instanceType - The instance type supported by the Dedicated Host. For example, m5.large. If the host
supports multiple instance types, no instanceType is returned.HostProperties.Builder instanceFamily(String instanceFamily)
The instance family supported by the Dedicated Host. For example, m5.
instanceFamily - The instance family supported by the Dedicated Host. For example, m5.HostProperties.Builder sockets(Integer sockets)
The number of sockets on the Dedicated Host.
sockets - The number of sockets on the Dedicated Host.HostProperties.Builder totalVCpus(Integer totalVCpus)
The total number of vCPUs on the Dedicated Host.
totalVCpus - The total number of vCPUs on the Dedicated Host.Copyright © 2023. All rights reserved.