Uses of Interface
software.amazon.awssdk.services.ec2.model.FleetLaunchTemplateOverrides.Builder
Packages that use FleetLaunchTemplateOverrides.Builder
-
Uses of FleetLaunchTemplateOverrides.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetLaunchTemplateOverrides.BuilderModifier and TypeMethodDescriptionFleetLaunchTemplateOverrides.Builder.availabilityZone(String availabilityZone) The Availability Zone in which to launch the instances.FleetLaunchTemplateOverrides.Builder.availabilityZoneId(String availabilityZoneId) The ID of the Availability Zone in which to launch the instances.FleetLaunchTemplateOverrides.Builder.blockDeviceMappings(Collection<BlockDeviceMappingResponse> blockDeviceMappings) The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.FleetLaunchTemplateOverrides.Builder.blockDeviceMappings(Consumer<BlockDeviceMappingResponse.Builder>... blockDeviceMappings) The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.FleetLaunchTemplateOverrides.Builder.blockDeviceMappings(BlockDeviceMappingResponse... blockDeviceMappings) The block device mappings, which define the EBS volumes and instance store volumes to attach to the instance at launch.FleetLaunchTemplateOverrides.builder()The ID of the AMI in the formatami-17characters00000.FleetLaunchTemplateOverrides.Builder.instanceRequirements(Consumer<InstanceRequirements.Builder> instanceRequirements) The attributes for the instance types.FleetLaunchTemplateOverrides.Builder.instanceRequirements(InstanceRequirements instanceRequirements) The attributes for the instance types.FleetLaunchTemplateOverrides.Builder.instanceType(String instanceType) The instance type.FleetLaunchTemplateOverrides.Builder.instanceType(InstanceType instanceType) The instance type.The maximum price per unit hour that you are willing to pay for a Spot Instance.FleetLaunchTemplateOverrides.Builder.placement(Consumer<PlacementResponse.Builder> placement) The location where the instance launched, if applicable.FleetLaunchTemplateOverrides.Builder.placement(PlacementResponse placement) The location where the instance launched, if applicable.The priority for the launch template override.The ID of the subnet in which to launch the instances.FleetLaunchTemplateOverrides.toBuilder()FleetLaunchTemplateOverrides.Builder.weightedCapacity(Double weightedCapacity) The number of units provided by the specified instance type.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FleetLaunchTemplateOverrides.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FleetLaunchTemplateOverrides.Builder>FleetLaunchTemplateOverrides.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FleetLaunchTemplateOverrides.BuilderModifier and TypeMethodDescriptionLaunchTemplateAndOverridesResponse.Builder.overrides(Consumer<FleetLaunchTemplateOverrides.Builder> overrides) Any parameters that you specify override the same parameters in the launch template.