public static interface AllocateHostsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AllocateHostsRequest.Builder,AllocateHostsRequest>
Modifier and Type | Method and Description |
---|---|
AllocateHostsRequest.Builder |
assetIds(Collection<String> assetIds)
The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts.
|
AllocateHostsRequest.Builder |
assetIds(String... assetIds)
The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts.
|
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.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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. 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
,
AutoPlacement
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. 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
,
AutoPlacement
AllocateHostsRequest.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. If you are allocating the Dedicated Hosts on an Outpost, and you specify AssetIds, you can omit this parameter. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset. If you specify both AssetIds and Quantity, then the value that you specify for Quantity must be equal to the number of asset IDs specified.
quantity
- The number of Dedicated Hosts to allocate to your account with these parameters. If you are allocating
the Dedicated Hosts on an Outpost, and you specify AssetIds, you can omit this parameter. In
this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset. If you specify both
AssetIds and Quantity, then the value that you specify for Quantity must be equal
to the number of asset IDs specified.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
,
HostRecovery
AllocateHostsRequest.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
,
HostRecovery
AllocateHostsRequest.Builder outpostArn(String outpostArn)
The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated Host. If you specify OutpostArn, you can optionally specify AssetIds.
If you are allocating the Dedicated Host in a Region, omit this parameter.
outpostArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Outpost on which to allocate the Dedicated
Host. If you specify OutpostArn, you can optionally specify AssetIds.
If you are allocating the Dedicated Host in a Region, omit this parameter.
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
,
HostMaintenance
AllocateHostsRequest.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
,
HostMaintenance
AllocateHostsRequest.Builder assetIds(Collection<String> assetIds)
The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a Region, omit this parameter.
If you specify this parameter, you can omit Quantity. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset.
If you specify both AssetIds and Quantity, then the value for Quantity must be equal to the number of asset IDs specified.
assetIds
- The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific
hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is
supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a
Region, omit this parameter.
If you specify this parameter, you can omit Quantity. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset.
If you specify both AssetIds and Quantity, then the value for Quantity must be equal to the number of asset IDs specified.
AllocateHostsRequest.Builder assetIds(String... assetIds)
The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a Region, omit this parameter.
If you specify this parameter, you can omit Quantity. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset.
If you specify both AssetIds and Quantity, then the value for Quantity must be equal to the number of asset IDs specified.
assetIds
- The IDs of the Outpost hardware assets on which to allocate the Dedicated Hosts. Targeting specific
hardware assets on an Outpost can help to minimize latency between your workloads. This parameter is
supported only if you specify OutpostArn. If you are allocating the Dedicated Hosts in a
Region, omit this parameter.
If you specify this parameter, you can omit Quantity. In this case, Amazon EC2 allocates a Dedicated Host on each specified hardware asset.
If you specify both AssetIds and Quantity, then the value for Quantity must be equal to the number of asset IDs specified.
AllocateHostsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
AllocateHostsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.