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 |
hostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
AllocateHostsRequest.Builder |
hostMaintenance(String hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host.
|
AllocateHostsRequest.Builder |
hostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
AllocateHostsRequest.Builder |
hostRecovery(String hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host.
|
AllocateHostsRequest.Builder |
instanceFamily(String instanceFamily)
Specifies the instance family to be supported by the Dedicated Hosts.
|
AllocateHostsRequest.Builder |
instanceType(String instanceType)
Specifies the instance type to be supported by the Dedicated Hosts.
|
AllocateHostsRequest.Builder |
outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host.
|
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 auto-placement and affinity in the Amazon EC2 User Guide.
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 auto-placement and affinity in the Amazon EC2 User Guide.
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 auto-placement and affinity in the Amazon EC2 User Guide.
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 auto-placement and affinity in the Amazon EC2 User Guide.
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 Ensuring Idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see Ensuring
Idempotency.AllocateHostsRequest.Builder instanceType(String instanceType)
Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type, the Dedicated Hosts support instances of the specified instance type only.
If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.
instanceType - Specifies the instance type to be supported by the Dedicated Hosts. If you specify an instance type,
the Dedicated Hosts support instances of the specified instance type only.
If you want the Dedicated Hosts to support multiple instance types in a specific instance family, omit this parameter and specify InstanceFamily instead. You cannot specify InstanceType and InstanceFamily in the same request.
AllocateHostsRequest.Builder instanceFamily(String instanceFamily)
Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance family, the Dedicated Hosts support multiple instance types within that instance family.
If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.
instanceFamily - Specifies the instance family to be supported by the Dedicated Hosts. If you specify an instance
family, the Dedicated Hosts support multiple instance types within that instance family.
If you want the Dedicated Hosts to support a specific instance type only, omit this parameter and specify InstanceType instead. You cannot specify InstanceFamily and InstanceType in the same request.
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 method that creates an instance of theTagSpecification.Builder avoiding the need to create one
manually via TagSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #tagSpecifications(List.
tagSpecifications - a consumer that will call methods on
TagSpecification.Builder#tagSpecifications(java.util.Collection) AllocateHostsRequest.Builder hostRecovery(String hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see Host recovery in the Amazon EC2 User Guide.
Default: off
hostRecovery - Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled
by default. For more information, see Host
recovery in the Amazon EC2 User Guide.
Default: off
HostRecovery,
HostRecoveryAllocateHostsRequest.Builder hostRecovery(HostRecovery hostRecovery)
Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled by default. For more information, see Host recovery in the Amazon EC2 User Guide.
Default: off
hostRecovery - Indicates whether to enable or disable host recovery for the Dedicated Host. Host recovery is disabled
by default. For more information, see Host
recovery in the Amazon EC2 User Guide.
Default: off
HostRecovery,
HostRecoveryAllocateHostsRequest.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host.
outpostArn - The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated
Host.AllocateHostsRequest.Builder hostMaintenance(String hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
hostMaintenance - Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information,
see Host
maintenance in the Amazon EC2 User Guide.HostMaintenance,
HostMaintenanceAllocateHostsRequest.Builder hostMaintenance(HostMaintenance hostMaintenance)
Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information, see Host maintenance in the Amazon EC2 User Guide.
hostMaintenance - Indicates whether to enable or disable host maintenance for the Dedicated Host. For more information,
see Host
maintenance in the Amazon EC2 User Guide.HostMaintenance,
HostMaintenanceAllocateHostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAllocateHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.