| 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.allowsMultipleInstanceTypes(AllowsMultipleInstanceTypes allowsMultipleInstanceTypes)
Indicates whether the Dedicated Host supports multiple instance types of the same instance family.
|
Host.Builder |
Host.Builder.allowsMultipleInstanceTypes(String allowsMultipleInstanceTypes)
Indicates whether the Dedicated Host supports multiple instance types of the same instance family.
|
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.availabilityZoneId(String availabilityZoneId)
The ID of the Availability Zone in which the Dedicated Host is allocated.
|
Host.Builder |
Host.Builder.availableCapacity(AvailableCapacity availableCapacity)
Information about the instances running on the Dedicated Host.
|
default Host.Builder |
Host.Builder.availableCapacity(Consumer<AvailableCapacity.Builder> availableCapacity)
Information about the instances running on 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.memberOfServiceLinkedResourceGroup(Boolean memberOfServiceLinkedResourceGroup)
Indicates whether the Dedicated Host is in a host resource group.
|
Host.Builder |
Host.Builder.ownerId(String ownerId)
The ID of the Amazon Web Services account that owns 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 © 2022. All rights reserved.