public static interface AllocateHostsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AllocateHostsRequest.Builder,AllocateHostsRequest>
| Modifier and Type | Method and Description |
|---|---|
AllocateHostsRequest.Builder |
autoPlacement(AutoPlacement autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type
configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
|
AllocateHostsRequest.Builder |
autoPlacement(String autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type
configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
|
AllocateHostsRequest.Builder |
availabilityZone(String availabilityZone)
The Availability Zone in which to allocate the Dedicated Host.
|
AllocateHostsRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
AllocateHostsRequest.Builder |
instanceType(String instanceType)
Specifies the instance type for which to configure your Dedicated Hosts.
|
AllocateHostsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
AllocateHostsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AllocateHostsRequest.Builder |
quantity(Integer quantity)
The number of Dedicated Hosts to allocate to your account with these parameters.
|
AllocateHostsRequest.Builder |
tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
AllocateHostsRequest.Builder |
tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
AllocateHostsRequest.Builder |
tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
|
buildoverrideConfigurationcopyapplyMutation, buildAllocateHostsRequest.Builder autoPlacement(String autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see Understanding Instance Placement and Host Affinity in the Amazon EC2 User Guide for Linux Instances.
Default: on
autoPlacement - Indicates whether the host accepts any untargeted instance launches that match its instance type
configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
For more information, see Understanding Instance Placement and Host Affinity in the Amazon EC2 User Guide for Linux
Instances.
Default: on
AutoPlacement,
AutoPlacementAllocateHostsRequest.Builder autoPlacement(AutoPlacement autoPlacement)
Indicates whether the host accepts any untargeted instance launches that match its instance type configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID. For more information, see Understanding Instance Placement and Host Affinity in the Amazon EC2 User Guide for Linux Instances.
Default: on
autoPlacement - Indicates whether the host accepts any untargeted instance launches that match its instance type
configuration, or if it only accepts Host tenancy instance launches that specify its unique host ID.
For more information, see Understanding Instance Placement and Host Affinity in the Amazon EC2 User Guide for Linux
Instances.
Default: on
AutoPlacement,
AutoPlacementAllocateHostsRequest.Builder availabilityZone(String availabilityZone)
The Availability Zone in which to allocate the Dedicated Host.
availabilityZone - The Availability Zone in which to allocate the Dedicated Host.AllocateHostsRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency in the Amazon Elastic Compute Cloud User Guide.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to Ensure
Idempotency in the Amazon Elastic Compute Cloud User Guide.AllocateHostsRequest.Builder instanceType(String instanceType)
Specifies the instance type for which to configure your Dedicated Hosts. When you specify the instance type, that is the only instance type that you can launch onto that host.
instanceType - Specifies the instance type for which to configure your Dedicated Hosts. When you specify the instance
type, that is the only instance type that you can launch onto that host.AllocateHostsRequest.Builder quantity(Integer quantity)
The number of Dedicated Hosts to allocate to your account with these parameters.
quantity - The number of Dedicated Hosts to allocate to your account with these parameters.AllocateHostsRequest.Builder tagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the Dedicated Host during creation.
tagSpecifications - The tags to apply to the Dedicated Host during creation.AllocateHostsRequest.Builder tagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
tagSpecifications - The tags to apply to the Dedicated Host during creation.AllocateHostsRequest.Builder tagSpecifications(Consumer<TagSpecification.Builder>... tagSpecifications)
The tags to apply to the Dedicated Host during creation.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #tagSpecifications(List) .tagSpecifications - a consumer that will call methods on List.Builder #tagSpecifications(List) AllocateHostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAllocateHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.