Uses of Interface
software.amazon.awssdk.services.ec2.model.Host.Builder
Packages that use Host.Builder
-
Uses of Host.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Host.BuilderModifier and TypeMethodDescriptionHost.Builder.allocationTime(Instant allocationTime) The time that the Dedicated Host was allocated.Host.Builder.allowsMultipleInstanceTypes(String allowsMultipleInstanceTypes) Indicates whether the Dedicated Host supports multiple instance types of the same instance family.Host.Builder.allowsMultipleInstanceTypes(AllowsMultipleInstanceTypes allowsMultipleInstanceTypes) Indicates whether the Dedicated Host supports multiple instance types of the same instance family.The ID of the Outpost hardware asset on which the Dedicated Host is allocated.Host.Builder.autoPlacement(String autoPlacement) Whether auto-placement is on or off.Host.Builder.autoPlacement(AutoPlacement autoPlacement) Whether auto-placement is on or off.Host.Builder.availabilityZone(String availabilityZone) The Availability Zone of the Dedicated Host.Host.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone in which the Dedicated Host is allocated.default Host.BuilderHost.Builder.availableCapacity(Consumer<AvailableCapacity.Builder> availableCapacity) Information about the instances running on the Dedicated Host.Host.Builder.availableCapacity(AvailableCapacity availableCapacity) Information about the instances running on the Dedicated Host.static Host.BuilderHost.builder()Host.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.The ID of the Dedicated Host.Host.Builder.hostMaintenance(String hostMaintenance) Indicates whether host maintenance is enabled or disabled for the Dedicated Host.Host.Builder.hostMaintenance(HostMaintenance hostMaintenance) Indicates whether host maintenance is enabled or disabled for the Dedicated Host.default Host.BuilderHost.Builder.hostProperties(Consumer<HostProperties.Builder> hostProperties) The hardware specifications of the Dedicated Host.Host.Builder.hostProperties(HostProperties hostProperties) The hardware specifications of the Dedicated Host.Host.Builder.hostRecovery(String hostRecovery) Indicates whether host recovery is enabled or disabled for the Dedicated Host.Host.Builder.hostRecovery(HostRecovery hostRecovery) Indicates whether host recovery is enabled or disabled for the Dedicated Host.Host.Builder.hostReservationId(String hostReservationId) The reservation ID of the Dedicated Host.Host.Builder.instances(Collection<HostInstance> instances) The IDs and instance type that are currently running on the Dedicated Host.Host.Builder.instances(Consumer<HostInstance.Builder>... instances) The IDs and instance type that are currently running on the Dedicated Host.Host.Builder.instances(HostInstance... instances) The IDs and instance type that are currently running on the Dedicated Host.Host.Builder.memberOfServiceLinkedResourceGroup(Boolean memberOfServiceLinkedResourceGroup) Indicates whether the Dedicated Host is in a host resource group.Host.Builder.outpostArn(String outpostArn) The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which the Dedicated Host is allocated.The ID of the Amazon Web Services account that owns the Dedicated Host.Host.Builder.releaseTime(Instant releaseTime) The time that the Dedicated Host was released.The Dedicated Host's state.Host.Builder.state(AllocationState state) The Dedicated Host's state.Host.Builder.tags(Collection<Tag> tags) Any tags assigned to the Dedicated Host.Host.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the Dedicated Host.Any tags assigned to the Dedicated Host.Host.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Host.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Host.Builder>Host.serializableBuilderClass()