public static interface AwsEc2LaunchTemplateDataPlacementDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2LaunchTemplateDataPlacementDetails.Builder,AwsEc2LaunchTemplateDataPlacementDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
affinity(String affinity)
The affinity setting for an instance on an EC2 Dedicated Host.
|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
availabilityZone(String availabilityZone)
The Availability Zone for the instance.
|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
groupName(String groupName)
The name of the placement group for the instance.
|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
hostId(String hostId)
The ID of the Dedicated Host for the instance.
|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
hostResourceGroupArn(String hostResourceGroupArn)
The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.
|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
partitionNumber(Integer partitionNumber)
The number of the partition the instance should launch in.
|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
spreadDomain(String spreadDomain)
Reserved for future use.
|
AwsEc2LaunchTemplateDataPlacementDetails.Builder |
tenancy(String tenancy)
The tenancy of the instance (if the instance is running in a VPC).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEc2LaunchTemplateDataPlacementDetails.Builder affinity(String affinity)
The affinity setting for an instance on an EC2 Dedicated Host.
affinity - The affinity setting for an instance on an EC2 Dedicated Host.AwsEc2LaunchTemplateDataPlacementDetails.Builder availabilityZone(String availabilityZone)
The Availability Zone for the instance.
availabilityZone - The Availability Zone for the instance.AwsEc2LaunchTemplateDataPlacementDetails.Builder groupName(String groupName)
The name of the placement group for the instance.
groupName - The name of the placement group for the instance.AwsEc2LaunchTemplateDataPlacementDetails.Builder hostId(String hostId)
The ID of the Dedicated Host for the instance.
hostId - The ID of the Dedicated Host for the instance.AwsEc2LaunchTemplateDataPlacementDetails.Builder hostResourceGroupArn(String hostResourceGroupArn)
The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.
hostResourceGroupArn - The Amazon Resource Name (ARN) of the host resource group in which to launch the instances.AwsEc2LaunchTemplateDataPlacementDetails.Builder partitionNumber(Integer partitionNumber)
The number of the partition the instance should launch in.
partitionNumber - The number of the partition the instance should launch in.AwsEc2LaunchTemplateDataPlacementDetails.Builder spreadDomain(String spreadDomain)
Reserved for future use.
spreadDomain - Reserved for future use.AwsEc2LaunchTemplateDataPlacementDetails.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.
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.Copyright © 2023. All rights reserved.