Uses of Interface
software.amazon.awssdk.services.emr.model.SpotResizingSpecification.Builder
-
Packages that use SpotResizingSpecification.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of SpotResizingSpecification.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return SpotResizingSpecification.Builder Modifier and Type Method Description SpotResizingSpecification.BuilderSpotResizingSpecification.Builder. allocationStrategy(String allocationStrategy)Specifies the allocation strategy to use to launch Spot instances during a resize.SpotResizingSpecification.BuilderSpotResizingSpecification.Builder. allocationStrategy(SpotProvisioningAllocationStrategy allocationStrategy)Specifies the allocation strategy to use to launch Spot instances during a resize.static SpotResizingSpecification.BuilderSpotResizingSpecification. builder()SpotResizingSpecification.BuilderSpotResizingSpecification.Builder. timeoutDurationMinutes(Integer timeoutDurationMinutes)Spot resize timeout in minutes.SpotResizingSpecification.BuilderSpotResizingSpecification. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type SpotResizingSpecification.Builder Modifier and Type Method Description static Class<? extends SpotResizingSpecification.Builder>SpotResizingSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type SpotResizingSpecification.Builder Modifier and Type Method Description default InstanceFleetResizingSpecifications.BuilderInstanceFleetResizingSpecifications.Builder. spotResizeSpecification(Consumer<SpotResizingSpecification.Builder> spotResizeSpecification)The resize specification for Spot Instances in the instance fleet, which contains the allocation strategy and the resize timeout period.
-