public static interface LaunchTemplatePlacement.Builder extends SdkPojo, CopyableBuilder<LaunchTemplatePlacement.Builder,LaunchTemplatePlacement>
Modifier and Type | Method and Description |
---|---|
LaunchTemplatePlacement.Builder |
affinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
|
LaunchTemplatePlacement.Builder |
availabilityZone(String availabilityZone)
The Availability Zone of the instance.
|
LaunchTemplatePlacement.Builder |
groupName(String groupName)
The name of the placement group for the instance.
|
LaunchTemplatePlacement.Builder |
hostId(String hostId)
The ID of the Dedicated Host for the instance.
|
LaunchTemplatePlacement.Builder |
hostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances.
|
LaunchTemplatePlacement.Builder |
partitionNumber(Integer partitionNumber)
The number of the partition the instance should launch in.
|
LaunchTemplatePlacement.Builder |
spreadDomain(String spreadDomain)
Reserved for future use.
|
LaunchTemplatePlacement.Builder |
tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
LaunchTemplatePlacement.Builder |
tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
LaunchTemplatePlacement.Builder availabilityZone(String availabilityZone)
The Availability Zone of the instance.
availabilityZone
- The Availability Zone of the instance.LaunchTemplatePlacement.Builder affinity(String affinity)
The affinity setting for the instance on the Dedicated Host.
affinity
- The affinity setting for the instance on the Dedicated Host.LaunchTemplatePlacement.Builder groupName(String groupName)
The name of the placement group for the instance.
groupName
- The name of the placement group for the instance.LaunchTemplatePlacement.Builder hostId(String hostId)
The ID of the Dedicated Host for the instance.
hostId
- The ID of the Dedicated Host for the instance.LaunchTemplatePlacement.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.
LaunchTemplatePlacement.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.
LaunchTemplatePlacement.Builder spreadDomain(String spreadDomain)
Reserved for future use.
spreadDomain
- Reserved for future use.LaunchTemplatePlacement.Builder hostResourceGroupArn(String hostResourceGroupArn)
The ARN of the host resource group in which to launch the instances.
hostResourceGroupArn
- The ARN of the host resource group in which to launch the instances.LaunchTemplatePlacement.Builder partitionNumber(Integer partitionNumber)
The number of the partition the instance should launch in. Valid only if the placement group strategy is set
to partition
.
partitionNumber
- The number of the partition the instance should launch in. Valid only if the placement group strategy
is set to partition
.Copyright © 2020. All rights reserved.