| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static HostProperties.Builder |
HostProperties.builder() |
HostProperties.Builder |
HostProperties.Builder.cores(Integer cores)
The number of cores on the Dedicated Host.
|
HostProperties.Builder |
HostProperties.Builder.instanceFamily(String instanceFamily)
The instance family supported by the Dedicated Host.
|
HostProperties.Builder |
HostProperties.Builder.instanceType(String instanceType)
The instance type supported by the Dedicated Host.
|
HostProperties.Builder |
HostProperties.Builder.sockets(Integer sockets)
The number of sockets on the Dedicated Host.
|
HostProperties.Builder |
HostProperties.toBuilder() |
HostProperties.Builder |
HostProperties.Builder.totalVCpus(Integer totalVCpus)
The total number of vCPUs on the Dedicated Host.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HostProperties.Builder> |
HostProperties.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Host.Builder |
Host.Builder.hostProperties(Consumer<HostProperties.Builder> hostProperties)
The hardware specifications of the Dedicated Host.
|
Copyright © 2022. All rights reserved.