Uses of Interface
software.amazon.awssdk.services.ec2.model.Placement.Builder
Packages that use Placement.Builder
-
Uses of Placement.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Placement.BuilderModifier and TypeMethodDescriptionThe affinity setting for the instance on the Dedicated Host.Placement.Builder.availabilityZone(String availabilityZone) The Availability Zone of the instance.Placement.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone of the instance.static Placement.BuilderPlacement.builder()The ID of the placement group that the instance is in.The name of the placement group that the instance is in.The ID of the Dedicated Host on which the instance resides.Placement.Builder.hostResourceGroupArn(String hostResourceGroupArn) The ARN of the host resource group in which to launch the instances.Placement.Builder.partitionNumber(Integer partitionNumber) The number of the partition that the instance is in.Placement.Builder.spreadDomain(String spreadDomain) Reserved for future use.The tenancy of the instance.The tenancy of the instance.Placement.toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Placement.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Placement.Builder>Placement.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Placement.BuilderModifier and TypeMethodDescriptionFleetLaunchTemplateOverridesRequest.Builder.placement(Consumer<Placement.Builder> placement) The location where the instance launched, if applicable.ImportInstanceLaunchSpecification.Builder.placement(Consumer<Placement.Builder> placement) The placement information for the instance.default Instance.BuilderInstance.Builder.placement(Consumer<Placement.Builder> placement) The location where the instance launched, if applicable.default RunInstancesRequest.BuilderRunInstancesRequest.Builder.placement(Consumer<Placement.Builder> placement) The placement for the instance.