Host |
Host.clone() |
|
Host |
Host.withAutoPlacement(AutoPlacement autoPlacement) |
Whether auto-placement is on or off.
|
Host |
Host.withAutoPlacement(String autoPlacement) |
Whether auto-placement is on or off.
|
Host |
Host.withAvailabilityZone(String availabilityZone) |
The Availability Zone of the Dedicated host.
|
Host |
Host.withAvailableCapacity(AvailableCapacity availableCapacity) |
The number of new instances that can be launched onto the Dedicated host.
|
Host |
Host.withClientToken(String clientToken) |
Unique, case-sensitive identifier you provide to ensure idempotency of
the request.
|
Host |
Host.withHostId(String hostId) |
The ID of the Dedicated host.
|
Host |
Host.withHostProperties(HostProperties hostProperties) |
The hardware specifications of the Dedicated host.
|
Host |
Host.withHostReservationId(String hostReservationId) |
The reservation ID of the Dedicated host.
|
Host |
Host.withInstances(HostInstance... instances) |
The IDs and instance type that are currently running on the Dedicated
host.
|
Host |
Host.withInstances(Collection<HostInstance> instances) |
The IDs and instance type that are currently running on the Dedicated
host.
|
Host |
Host.withState(AllocationState state) |
The Dedicated host's state.
|
Host |
Host.withState(String state) |
The Dedicated host's state.
|