| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
FleetData.Builder |
FleetData.Builder.activityStatus(FleetActivityStatus activityStatus)
The progress of the EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.activityStatus(String activityStatus)
The progress of the EC2 Fleet.
|
static FleetData.Builder |
FleetData.builder() |
FleetData.Builder |
FleetData.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
FleetData.Builder |
FleetData.Builder.createTime(Instant createTime)
The creation date and time of the EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.errors(Collection<DescribeFleetError> errors)
Information about the instances that could not be launched by the fleet.
|
FleetData.Builder |
FleetData.Builder.errors(Consumer<DescribeFleetError.Builder>... errors)
Information about the instances that could not be launched by the fleet.
|
FleetData.Builder |
FleetData.Builder.errors(DescribeFleetError... errors)
Information about the instances that could not be launched by the fleet.
|
FleetData.Builder |
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.
|
FleetData.Builder |
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 |
FleetData.Builder.fleetId(String fleetId)
The ID of the EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.fleetState(FleetStateCode fleetState)
The state of the EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.fleetState(String fleetState)
The state of the EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.fulfilledCapacity(Double fulfilledCapacity)
The number of units fulfilled by this request compared to the set target capacity.
|
FleetData.Builder |
FleetData.Builder.fulfilledOnDemandCapacity(Double fulfilledOnDemandCapacity)
The number of units fulfilled by this request compared to the set target On-Demand capacity.
|
FleetData.Builder |
FleetData.Builder.instances(Collection<DescribeFleetsInstances> instances)
Information about the instances that were launched by the fleet.
|
FleetData.Builder |
FleetData.Builder.instances(Consumer<DescribeFleetsInstances.Builder>... instances)
Information about the instances that were launched by the fleet.
|
FleetData.Builder |
FleetData.Builder.instances(DescribeFleetsInstances... instances)
Information about the instances that were launched by the fleet.
|
FleetData.Builder |
FleetData.Builder.launchTemplateConfigs(Collection<FleetLaunchTemplateConfig> launchTemplateConfigs)
The launch template and overrides.
|
FleetData.Builder |
FleetData.Builder.launchTemplateConfigs(Consumer<FleetLaunchTemplateConfig.Builder>... launchTemplateConfigs)
The launch template and overrides.
|
FleetData.Builder |
FleetData.Builder.launchTemplateConfigs(FleetLaunchTemplateConfig... launchTemplateConfigs)
The launch template and overrides.
|
default FleetData.Builder |
FleetData.Builder.onDemandOptions(Consumer<OnDemandOptions.Builder> onDemandOptions)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.onDemandOptions(OnDemandOptions onDemandOptions)
The allocation strategy of On-Demand Instances in an EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.replaceUnhealthyInstances(Boolean replaceUnhealthyInstances)
Indicates whether EC2 Fleet should replace unhealthy Spot Instances.
|
default FleetData.Builder |
FleetData.Builder.spotOptions(Consumer<SpotOptions.Builder> spotOptions)
The configuration of Spot Instances in an EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.spotOptions(SpotOptions spotOptions)
The configuration of Spot Instances in an EC2 Fleet.
|
FleetData.Builder |
FleetData.Builder.tags(Collection<Tag> tags)
The tags for an EC2 Fleet resource.
|
FleetData.Builder |
FleetData.Builder.tags(Consumer<Tag.Builder>... tags)
The tags for an EC2 Fleet resource.
|
FleetData.Builder |
FleetData.Builder.tags(Tag... tags)
The tags for an EC2 Fleet resource.
|
default FleetData.Builder |
FleetData.Builder.targetCapacitySpecification(Consumer<TargetCapacitySpecification.Builder> targetCapacitySpecification)
The number of units to request.
|
FleetData.Builder |
FleetData.Builder.targetCapacitySpecification(TargetCapacitySpecification targetCapacitySpecification)
The number of units to request.
|
FleetData.Builder |
FleetData.Builder.terminateInstancesWithExpiration(Boolean terminateInstancesWithExpiration)
Indicates whether running instances should be terminated when the EC2 Fleet expires.
|
FleetData.Builder |
FleetData.toBuilder() |
FleetData.Builder |
FleetData.Builder.type(FleetType type)
The type of request.
|
FleetData.Builder |
FleetData.Builder.type(String type)
The type of request.
|
FleetData.Builder |
FleetData.Builder.validFrom(Instant validFrom)
The start date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
FleetData.Builder |
FleetData.Builder.validUntil(Instant validUntil)
The end date and time of the request, in UTC format (for example,
YYYY-MM-DDTHH:MM:SSZ).
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends FleetData.Builder> |
FleetData.serializableBuilderClass() |
Copyright © 2021. All rights reserved.