Interface WindowStartTime.Builder

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

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

    • hours

      The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.

      Parameters:
      hours - The start hour of the window in Coordinated Universal Time (UTC), using 24-hour time. For example, 17 refers to 5:00 P.M. UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • minutes

      WindowStartTime.Builder minutes(Long minutes)

      The start minute of the window, in UTC.

      Parameters:
      minutes - The start minute of the window, in UTC.
      Returns:
      Returns a reference to this object so that method calls can be chained together.