ScalingPlanPersonalSchedule.UpdateStages.WithPeakMinutesToWaitOnDisconnect Interface

public static interface ScalingPlanPersonalSchedule.UpdateStages.WithPeakMinutesToWaitOnDisconnect

The stage of the ScalingPlanPersonalSchedule update allowing to specify peakMinutesToWaitOnDisconnect.

Method Summary

Modifier and Type Method and Description
abstract Update withPeakMinutesToWaitOnDisconnect(Integer peakMinutesToWaitOnDisconnect)

Specifies the peakMinutesToWaitOnDisconnect property: The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period..

Method Details

withPeakMinutesToWaitOnDisconnect

public abstract ScalingPlanPersonalSchedule.Update withPeakMinutesToWaitOnDisconnect(Integer peakMinutesToWaitOnDisconnect)

Specifies the peakMinutesToWaitOnDisconnect property: The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period..

Parameters:

peakMinutesToWaitOnDisconnect - The time in minutes to wait before performing the desired session handling action when a user disconnects during the peak period.

Returns:

the next definition stage.

Applies to