public static interface LaunchTemplatePlacementRequest.Builder extends SdkPojo, CopyableBuilder<LaunchTemplatePlacementRequest.Builder,LaunchTemplatePlacementRequest>
Modifier and Type | Method and Description |
---|---|
LaunchTemplatePlacementRequest.Builder |
affinity(String affinity)
The affinity setting for an instance on a Dedicated Host.
|
LaunchTemplatePlacementRequest.Builder |
availabilityZone(String availabilityZone)
The Availability Zone for the instance.
|
LaunchTemplatePlacementRequest.Builder |
groupName(String groupName)
The name of the placement group for the instance.
|
LaunchTemplatePlacementRequest.Builder |
hostId(String hostId)
The ID of the Dedicated Host for the instance.
|
LaunchTemplatePlacementRequest.Builder |
spreadDomain(String spreadDomain)
Reserved for future use.
|
LaunchTemplatePlacementRequest.Builder |
tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
LaunchTemplatePlacementRequest.Builder |
tenancy(Tenancy tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
copy
applyMutation, build
LaunchTemplatePlacementRequest.Builder availabilityZone(String availabilityZone)
The Availability Zone for the instance.
availabilityZone
- The Availability Zone for the instance.LaunchTemplatePlacementRequest.Builder affinity(String affinity)
The affinity setting for an instance on a Dedicated Host.
affinity
- The affinity setting for an instance on a Dedicated Host.LaunchTemplatePlacementRequest.Builder groupName(String groupName)
The name of the placement group for the instance.
groupName
- The name of the placement group for the instance.LaunchTemplatePlacementRequest.Builder hostId(String hostId)
The ID of the Dedicated Host for the instance.
hostId
- The ID of the Dedicated Host for the instance.LaunchTemplatePlacementRequest.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.
LaunchTemplatePlacementRequest.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.
LaunchTemplatePlacementRequest.Builder spreadDomain(String spreadDomain)
Reserved for future use.
spreadDomain
- Reserved for future use.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.