Uses of Interface
software.amazon.awssdk.services.emr.model.OnDemandResizingSpecification.Builder
-
Packages that use OnDemandResizingSpecification.Builder Package Description software.amazon.awssdk.services.emr.model -
-
Uses of OnDemandResizingSpecification.Builder in software.amazon.awssdk.services.emr.model
Methods in software.amazon.awssdk.services.emr.model that return OnDemandResizingSpecification.Builder Modifier and Type Method Description OnDemandResizingSpecification.BuilderOnDemandResizingSpecification.Builder. allocationStrategy(String allocationStrategy)Specifies the allocation strategy to use to launch On-Demand instances during a resize.OnDemandResizingSpecification.BuilderOnDemandResizingSpecification.Builder. allocationStrategy(OnDemandProvisioningAllocationStrategy allocationStrategy)Specifies the allocation strategy to use to launch On-Demand instances during a resize.static OnDemandResizingSpecification.BuilderOnDemandResizingSpecification. builder()default OnDemandResizingSpecification.BuilderOnDemandResizingSpecification.Builder. capacityReservationOptions(Consumer<OnDemandCapacityReservationOptions.Builder> capacityReservationOptions)Sets the value of the CapacityReservationOptions property for this object.OnDemandResizingSpecification.BuilderOnDemandResizingSpecification.Builder. capacityReservationOptions(OnDemandCapacityReservationOptions capacityReservationOptions)Sets the value of the CapacityReservationOptions property for this object.OnDemandResizingSpecification.BuilderOnDemandResizingSpecification.Builder. timeoutDurationMinutes(Integer timeoutDurationMinutes)On-Demand resize timeout in minutes.OnDemandResizingSpecification.BuilderOnDemandResizingSpecification. toBuilder()Methods in software.amazon.awssdk.services.emr.model that return types with arguments of type OnDemandResizingSpecification.Builder Modifier and Type Method Description static Class<? extends OnDemandResizingSpecification.Builder>OnDemandResizingSpecification. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.emr.model with type arguments of type OnDemandResizingSpecification.Builder Modifier and Type Method Description default InstanceFleetResizingSpecifications.BuilderInstanceFleetResizingSpecifications.Builder. onDemandResizeSpecification(Consumer<OnDemandResizingSpecification.Builder> onDemandResizeSpecification)The resize specification for On-Demand Instances in the instance fleet, which contains the allocation strategy, capacity reservation options, and the resize timeout period.
-