Uses of Interface
software.amazon.awssdk.services.ec2.model.LaunchTemplatePlacement.Builder
Packages that use LaunchTemplatePlacement.Builder
-
Uses of LaunchTemplatePlacement.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return LaunchTemplatePlacement.BuilderModifier and TypeMethodDescriptionThe affinity setting for the instance on the Dedicated Host.LaunchTemplatePlacement.Builder.availabilityZone(String availabilityZone) The Availability Zone of the instance.LaunchTemplatePlacement.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone of the instance.LaunchTemplatePlacement.builder()The Group ID of the placement group.The name of the placement group for the instance.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.The tenancy of the instance.The tenancy of the instance.LaunchTemplatePlacement.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type LaunchTemplatePlacement.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LaunchTemplatePlacement.Builder>LaunchTemplatePlacement.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type LaunchTemplatePlacement.BuilderModifier and TypeMethodDescriptionResponseLaunchTemplateData.Builder.placement(Consumer<LaunchTemplatePlacement.Builder> placement) The placement of the instance.