Aracılığıyla paylaş


BandwidthSchedule.DefinitionStages.WithStart Interface

public static interface BandwidthSchedule.DefinitionStages.WithStart

The stage of the BandwidthSchedule definition allowing to specify start.

Method Summary

Modifier and Type Method and Description
abstract WithStop withStart(String start)

Specifies the start property: The start time of the schedule in UTC..

Method Details

withStart

public abstract BandwidthSchedule.DefinitionStages.WithStop withStart(String start)

Specifies the start property: The start time of the schedule in UTC..

Parameters:

start - The start time of the schedule in UTC.

Returns:

the next definition stage.

Applies to