static InstanceFleet.Builder |
InstanceFleet.builder() |
|
InstanceFleet.Builder |
InstanceFleet.Builder.context(String context) |
Reserved.
|
InstanceFleet.Builder |
InstanceFleet.Builder.id(String id) |
The unique identifier of the instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.instanceFleetType(String instanceFleetType) |
The node type that the instance fleet hosts.
|
InstanceFleet.Builder |
InstanceFleet.Builder.instanceFleetType(InstanceFleetType instanceFleetType) |
The node type that the instance fleet hosts.
|
InstanceFleet.Builder |
InstanceFleet.Builder.instanceTypeSpecifications(Collection<InstanceTypeSpecification> instanceTypeSpecifications) |
An array of specifications for the instance types that comprise an instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.instanceTypeSpecifications(Consumer<InstanceTypeSpecification.Builder>... instanceTypeSpecifications) |
An array of specifications for the instance types that comprise an instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.instanceTypeSpecifications(InstanceTypeSpecification... instanceTypeSpecifications) |
An array of specifications for the instance types that comprise an instance fleet.
|
default InstanceFleet.Builder |
InstanceFleet.Builder.launchSpecifications(Consumer<InstanceFleetProvisioningSpecifications.Builder> launchSpecifications) |
Describes the launch specification for an instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.launchSpecifications(InstanceFleetProvisioningSpecifications launchSpecifications) |
Describes the launch specification for an instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.name(String name) |
A friendly name for the instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.provisionedOnDemandCapacity(Integer provisionedOnDemandCapacity) |
The number of On-Demand units that have been provisioned for the instance fleet to fulfill
TargetOnDemandCapacity.
|
InstanceFleet.Builder |
InstanceFleet.Builder.provisionedSpotCapacity(Integer provisionedSpotCapacity) |
The number of Spot units that have been provisioned for this instance fleet to fulfill
TargetSpotCapacity.
|
default InstanceFleet.Builder |
InstanceFleet.Builder.resizeSpecifications(Consumer<InstanceFleetResizingSpecifications.Builder> resizeSpecifications) |
The resize specification for the instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.resizeSpecifications(InstanceFleetResizingSpecifications resizeSpecifications) |
The resize specification for the instance fleet.
|
default InstanceFleet.Builder |
InstanceFleet.Builder.status(Consumer<InstanceFleetStatus.Builder> status) |
The current status of the instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.status(InstanceFleetStatus status) |
The current status of the instance fleet.
|
InstanceFleet.Builder |
InstanceFleet.Builder.targetOnDemandCapacity(Integer targetOnDemandCapacity) |
The target capacity of On-Demand units for the instance fleet, which determines how many On-Demand Instances
to provision.
|
InstanceFleet.Builder |
InstanceFleet.Builder.targetSpotCapacity(Integer targetSpotCapacity) |
The target capacity of Spot units for the instance fleet, which determines how many Spot Instances to
provision.
|
InstanceFleet.Builder |
InstanceFleet.toBuilder() |
|