Interface MonthlySchedule.Builder

  • Method Details

    • day

      The monthly schedule's day.

      Parameters:
      day - The monthly schedule's day.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • day

      The monthly schedule's day.

      Parameters:
      day - The monthly schedule's day.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • startTime

      MonthlySchedule.Builder startTime(Time startTime)

      The monthly schedule's start time.

      Parameters:
      startTime - The monthly schedule's start time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startTime

      default MonthlySchedule.Builder startTime(Consumer<Time.Builder> startTime)

      The monthly schedule's start time.

      This is a convenience method that creates an instance of the Time.Builder avoiding the need to create one manually via Time.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to startTime(Time).

      Parameters:
      startTime - a consumer that will call methods on Time.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: