public static interface Placement.Builder extends SdkPojo, CopyableBuilder<Placement.Builder,Placement>
Modifier and Type | Method and Description |
---|---|
Placement.Builder |
affinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
|
Placement.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
Placement.Builder |
groupName(String groupName)
The name of the placement group the instance is in.
|
Placement.Builder |
hostId(String hostId)
The ID of the Dedicated Host on which the instance resides.
|
Placement.Builder |
hostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances.
|
Placement.Builder |
partitionNumber(Integer partitionNumber)
The number of the partition the instance is in.
|
Placement.Builder |
spreadDomain(String spreadDomain)
Reserved for future use.
|
Placement.Builder |
tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
Placement.Builder |
tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Placement.Builder availabilityZone(String availabilityZone)
The Availability Zone of the instance.
If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.
This parameter is not supported by .
availabilityZone
- The Availability Zone of the instance.
If not specified, an Availability Zone will be automatically chosen for you based on the load balancing criteria for the Region.
This parameter is not supported by .
Placement.Builder affinity(String affinity)
The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the ImportInstance command.
This parameter is not supported by .
affinity
- The affinity setting for the instance on the Dedicated Host. This parameter is not supported for the
ImportInstance command.
This parameter is not supported by .
Placement.Builder groupName(String groupName)
The name of the placement group the instance is in.
groupName
- The name of the placement group the instance is in.Placement.Builder partitionNumber(Integer partitionNumber)
The number of the partition the instance is in. Valid only if the placement group strategy is set to
partition
.
This parameter is not supported by .
partitionNumber
- The number of the partition the instance is in. Valid only if the placement group strategy is set to
partition
.
This parameter is not supported by .
Placement.Builder hostId(String hostId)
The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the ImportInstance command.
This parameter is not supported by .
hostId
- The ID of the Dedicated Host on which the instance resides. This parameter is not supported for the
ImportInstance command.
This parameter is not supported by .
Placement.Builder tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of
dedicated
runs on single-tenant hardware. The host
tenancy is not supported for the
ImportInstance command.
This parameter is not supported by .
tenancy
- The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of
dedicated
runs on single-tenant hardware. The host
tenancy is not supported
for the ImportInstance command.
This parameter is not supported by .
Tenancy
,
Tenancy
Placement.Builder tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of
dedicated
runs on single-tenant hardware. The host
tenancy is not supported for the
ImportInstance command.
This parameter is not supported by .
tenancy
- The tenancy of the instance (if the instance is running in a VPC). An instance with a tenancy of
dedicated
runs on single-tenant hardware. The host
tenancy is not supported
for the ImportInstance command.
This parameter is not supported by .
Tenancy
,
Tenancy
Placement.Builder spreadDomain(String spreadDomain)
Reserved for future use.
This parameter is not supported by .
spreadDomain
- Reserved for future use.
This parameter is not supported by .
Placement.Builder hostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances. If you specify a host resource group
ARN, omit the Tenancy parameter or set it to host
.
This parameter is not supported by .
hostResourceGroupArn
- The ARN of the host resource group in which to launch the instances. If you specify a host resource
group ARN, omit the Tenancy parameter or set it to host
.
This parameter is not supported by .
Copyright © 2020. All rights reserved.