| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
Host.Builder |
Host.Builder.allocationTime(Instant allocationTime)
The time that the Dedicated Host was allocated.
|
Host.Builder |
Host.Builder.autoPlacement(AutoPlacement autoPlacement)
Whether auto-placement is on or off.
|
Host.Builder |
Host.Builder.autoPlacement(String autoPlacement)
Whether auto-placement is on or off.
|
Host.Builder |
Host.Builder.availabilityZone(String availabilityZone)
The Availability Zone of the Dedicated Host.
|
Host.Builder |
Host.Builder.availableCapacity(AvailableCapacity availableCapacity)
The number of new instances that can be launched onto the Dedicated Host.
|
default Host.Builder |
Host.Builder.availableCapacity(Consumer<AvailableCapacity.Builder> availableCapacity)
The number of new instances that can be launched onto the Dedicated Host.
|
static Host.Builder |
Host.builder() |
Host.Builder |
Host.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
Host.Builder |
Host.Builder.hostId(String hostId)
The ID of the Dedicated Host.
|
default Host.Builder |
Host.Builder.hostProperties(Consumer<HostProperties.Builder> hostProperties)
The hardware specifications of the Dedicated Host.
|
Host.Builder |
Host.Builder.hostProperties(HostProperties hostProperties)
The hardware specifications of the Dedicated Host.
|
Host.Builder |
Host.Builder.hostRecovery(HostRecovery hostRecovery)
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
Host.Builder |
Host.Builder.hostRecovery(String hostRecovery)
Indicates whether host recovery is enabled or disabled for the Dedicated Host.
|
Host.Builder |
Host.Builder.hostReservationId(String hostReservationId)
The reservation ID of the Dedicated Host.
|
Host.Builder |
Host.Builder.instances(Collection<HostInstance> instances)
The IDs and instance type that are currently running on the Dedicated Host.
|
Host.Builder |
Host.Builder.instances(Consumer<HostInstance.Builder>... instances)
The IDs and instance type that are currently running on the Dedicated Host.
|
Host.Builder |
Host.Builder.instances(HostInstance... instances)
The IDs and instance type that are currently running on the Dedicated Host.
|
Host.Builder |
Host.Builder.releaseTime(Instant releaseTime)
The time that the Dedicated Host was released.
|
Host.Builder |
Host.Builder.state(AllocationState state)
The Dedicated Host's state.
|
Host.Builder |
Host.Builder.state(String state)
The Dedicated Host's state.
|
Host.Builder |
Host.Builder.tags(Collection<Tag> tags)
Any tags assigned to the Dedicated Host.
|
Host.Builder |
Host.Builder.tags(Consumer<Tag.Builder>... tags)
Any tags assigned to the Dedicated Host.
|
Host.Builder |
Host.Builder.tags(Tag... tags)
Any tags assigned to the Dedicated Host.
|
Host.Builder |
Host.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Host.Builder> |
Host.serializableBuilderClass() |
Copyright © 2019. All rights reserved.