Uses of Interface
software.amazon.awssdk.services.ec2.model.FleetData.Builder
Packages that use FleetData.Builder
-
Uses of FleetData.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return FleetData.BuilderModifier and TypeMethodDescriptionFleetData.Builder.activityStatus(String activityStatus) The progress of the EC2 Fleet.FleetData.Builder.activityStatus(FleetActivityStatus activityStatus) The progress of the EC2 Fleet.static FleetData.BuilderFleetData.builder()FleetData.Builder.clientToken(String clientToken) Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.Reserved.FleetData.Builder.createTime(Instant createTime) The creation date and time of the EC2 Fleet.FleetData.Builder.errors(Collection<DescribeFleetError> errors) Information about the instances that could not be launched by the fleet.FleetData.Builder.errors(Consumer<DescribeFleetError.Builder>... errors) Information about the instances that could not be launched by the fleet.FleetData.Builder.errors(DescribeFleetError... errors) Information about the instances that could not be launched by the fleet.FleetData.Builder.excessCapacityTerminationPolicy(String excessCapacityTerminationPolicy) Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.FleetData.Builder.excessCapacityTerminationPolicy(FleetExcessCapacityTerminationPolicy excessCapacityTerminationPolicy) Indicates whether running instances should be terminated if the target capacity of the EC2 Fleet is decreased below the current size of the EC2 Fleet.The ID of the EC2 Fleet.FleetData.Builder.fleetState(String fleetState) The state of the EC2 Fleet.FleetData.Builder.fleetState(FleetStateCode fleetState) The state of the EC2 Fleet.FleetData.Builder.fulfilledCapacity(Double fulfilledCapacity) The number of units fulfilled by this request compared to the set target capacity.FleetData.Builder.fulfilledOnDemandCapacity(Double fulfilledOnDemandCapacity) The number of units fulfilled by this request compared to the set target On-Demand capacity.FleetData.Builder.instances(Collection<DescribeFleetsInstances> instances) Information about the instances that were launched by the fleet.FleetData.Builder.instances(Consumer<DescribeFleetsInstances.Builder>... instances) Information about the instances that were launched by the fleet.FleetData.Builder.instances(DescribeFleetsInstances... instances) Information about the instances that were launched by the fleet.FleetData.Builder.launchTemplateConfigs(Collection<FleetLaunchTemplateConfig> launchTemplateConfigs) The launch template and overrides.FleetData.Builder.launchTemplateConfigs(Consumer<FleetLaunchTemplateConfig.Builder>... launchTemplateConfigs) The launch template and overrides.FleetData.Builder.launchTemplateConfigs(FleetLaunchTemplateConfig... launchTemplateConfigs) The launch template and overrides.default FleetData.BuilderFleetData.Builder.onDemandOptions(Consumer<OnDemandOptions.Builder> onDemandOptions) The allocation strategy of On-Demand Instances in an EC2 Fleet.FleetData.Builder.onDemandOptions(OnDemandOptions onDemandOptions) The allocation strategy of On-Demand Instances in an EC2 Fleet.FleetData.Builder.replaceUnhealthyInstances(Boolean replaceUnhealthyInstances) Indicates whether EC2 Fleet should replace unhealthy Spot Instances.default FleetData.BuilderFleetData.Builder.reservedCapacityOptions(Consumer<ReservedCapacityOptions.Builder> reservedCapacityOptions) Defines EC2 Fleet preferences for utilizing reserved capacity when DefaultTargetCapacityType is set toreserved-capacity.FleetData.Builder.reservedCapacityOptions(ReservedCapacityOptions reservedCapacityOptions) Defines EC2 Fleet preferences for utilizing reserved capacity when DefaultTargetCapacityType is set toreserved-capacity.default FleetData.BuilderFleetData.Builder.spotOptions(Consumer<SpotOptions.Builder> spotOptions) The configuration of Spot Instances in an EC2 Fleet.FleetData.Builder.spotOptions(SpotOptions spotOptions) The configuration of Spot Instances in an EC2 Fleet.FleetData.Builder.tags(Collection<Tag> tags) The tags for an EC2 Fleet resource.FleetData.Builder.tags(Consumer<Tag.Builder>... tags) The tags for an EC2 Fleet resource.The tags for an EC2 Fleet resource.default FleetData.BuilderFleetData.Builder.targetCapacitySpecification(Consumer<TargetCapacitySpecification.Builder> targetCapacitySpecification) The number of units to request.FleetData.Builder.targetCapacitySpecification(TargetCapacitySpecification targetCapacitySpecification) The number of units to request.FleetData.Builder.terminateInstancesWithExpiration(Boolean terminateInstancesWithExpiration) Indicates whether running instances should be terminated when the EC2 Fleet expires.FleetData.toBuilder()The type of request.The type of request.The start date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).FleetData.Builder.validUntil(Instant validUntil) The end date and time of the request, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FleetData.BuilderModifier and TypeMethodDescriptionstatic Class<? extends FleetData.Builder>FleetData.serializableBuilderClass()