Package | Description |
---|---|
com.amazonaws.services.elasticmapreduce.model |
Modifier and Type | Method and Description |
---|---|
SpotProvisioningSpecification |
SpotProvisioningSpecification.clone() |
SpotProvisioningSpecification |
InstanceFleetProvisioningSpecifications.getSpotSpecification()
The launch specification for Spot instances in the fleet, which determines the defined duration, provisioning
timeout behavior, and allocation strategy.
|
SpotProvisioningSpecification |
SpotProvisioningSpecification.withAllocationStrategy(SpotProvisioningAllocationStrategy allocationStrategy)
Specifies one of the following strategies to launch Spot Instance fleets:
price-capacity-optimized ,
capacity-optimized , lowest-price , or diversified . |
SpotProvisioningSpecification |
SpotProvisioningSpecification.withAllocationStrategy(String allocationStrategy)
Specifies one of the following strategies to launch Spot Instance fleets:
price-capacity-optimized ,
capacity-optimized , lowest-price , or diversified . |
SpotProvisioningSpecification |
SpotProvisioningSpecification.withBlockDurationMinutes(Integer blockDurationMinutes)
The defined duration for Spot Instances (also known as Spot blocks) in minutes.
|
SpotProvisioningSpecification |
SpotProvisioningSpecification.withTimeoutAction(SpotProvisioningTimeoutAction timeoutAction)
The action to take when
TargetSpotCapacity has not been fulfilled when the
TimeoutDurationMinutes has expired; that is, when all Spot Instances could not be provisioned within
the Spot provisioning timeout. |
SpotProvisioningSpecification |
SpotProvisioningSpecification.withTimeoutAction(String timeoutAction)
The action to take when
TargetSpotCapacity has not been fulfilled when the
TimeoutDurationMinutes has expired; that is, when all Spot Instances could not be provisioned within
the Spot provisioning timeout. |
SpotProvisioningSpecification |
SpotProvisioningSpecification.withTimeoutDurationMinutes(Integer timeoutDurationMinutes)
The Spot provisioning timeout period in minutes.
|
Modifier and Type | Method and Description |
---|---|
void |
InstanceFleetProvisioningSpecifications.setSpotSpecification(SpotProvisioningSpecification spotSpecification)
The launch specification for Spot instances in the fleet, which determines the defined duration, provisioning
timeout behavior, and allocation strategy.
|
InstanceFleetProvisioningSpecifications |
InstanceFleetProvisioningSpecifications.withSpotSpecification(SpotProvisioningSpecification spotSpecification)
The launch specification for Spot instances in the fleet, which determines the defined duration, provisioning
timeout behavior, and allocation strategy.
|
Copyright © 2024. All rights reserved.