Interface OnDemandResizingSpecification.Builder

All Superinterfaces:
Buildable, CopyableBuilder<OnDemandResizingSpecification.Builder,OnDemandResizingSpecification>, SdkBuilder<OnDemandResizingSpecification.Builder,OnDemandResizingSpecification>, SdkPojo
Enclosing class:
OnDemandResizingSpecification

public static interface OnDemandResizingSpecification.Builder extends SdkPojo, CopyableBuilder<OnDemandResizingSpecification.Builder,OnDemandResizingSpecification>
  • Method Details

    • timeoutDurationMinutes

      OnDemandResizingSpecification.Builder timeoutDurationMinutes(Integer timeoutDurationMinutes)

      On-Demand resize timeout in minutes. If On-Demand Instances are not provisioned within this time, the resize workflow stops. The minimum value is 5 minutes, and the maximum value is 10,080 minutes (7 days). The timeout applies to all resize workflows on the Instance Fleet. The resize could be triggered by Amazon EMR Managed Scaling or by the customer (via Amazon EMR Console, Amazon EMR CLI modify-instance-fleet or Amazon EMR SDK ModifyInstanceFleet API) or by Amazon EMR due to Amazon EC2 Spot Reclamation.

      Parameters:
      timeoutDurationMinutes - On-Demand resize timeout in minutes. If On-Demand Instances are not provisioned within this time, the resize workflow stops. The minimum value is 5 minutes, and the maximum value is 10,080 minutes (7 days). The timeout applies to all resize workflows on the Instance Fleet. The resize could be triggered by Amazon EMR Managed Scaling or by the customer (via Amazon EMR Console, Amazon EMR CLI modify-instance-fleet or Amazon EMR SDK ModifyInstanceFleet API) or by Amazon EMR due to Amazon EC2 Spot Reclamation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.