Uses of Interface
software.amazon.awssdk.services.ec2.model.Placement.Builder
-
Packages that use Placement.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of Placement.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return Placement.Builder Modifier and Type Method Description Placement.BuilderPlacement.Builder. affinity(String affinity)The affinity setting for the instance on the Dedicated Host.Placement.BuilderPlacement.Builder. availabilityZone(String availabilityZone)The Availability Zone of the instance.static Placement.BuilderPlacement. builder()Placement.BuilderPlacement.Builder. groupId(String groupId)The ID of the placement group that the instance is in.Placement.BuilderPlacement.Builder. groupName(String groupName)The name of the placement group that the instance is in.Placement.BuilderPlacement.Builder. hostId(String hostId)The ID of the Dedicated Host on which the instance resides.Placement.BuilderPlacement.Builder. hostResourceGroupArn(String hostResourceGroupArn)The ARN of the host resource group in which to launch the instances.Placement.BuilderPlacement.Builder. partitionNumber(Integer partitionNumber)The number of the partition that the instance is in.Placement.BuilderPlacement.Builder. spreadDomain(String spreadDomain)Reserved for future use.Placement.BuilderPlacement.Builder. tenancy(String tenancy)The tenancy of the instance.Placement.BuilderPlacement.Builder. tenancy(Tenancy tenancy)The tenancy of the instance.Placement.BuilderPlacement. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type Placement.Builder Modifier and Type Method Description static Class<? extends Placement.Builder>Placement. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type Placement.Builder Modifier and Type Method Description default FleetLaunchTemplateOverridesRequest.BuilderFleetLaunchTemplateOverridesRequest.Builder. placement(Consumer<Placement.Builder> placement)The location where the instance launched, if applicable.default ImportInstanceLaunchSpecification.BuilderImportInstanceLaunchSpecification.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.
-