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 |
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).
|
copyapplyMutation, buildLaunchTemplatePlacement.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.