Interface SlotStartTimeRangeRequest.Builder

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

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

    • earliestTime

      SlotStartTimeRangeRequest.Builder earliestTime(Instant earliestTime)

      The earliest date and time, in UTC, for the Scheduled Instance to start.

      Parameters:
      earliestTime - The earliest date and time, in UTC, for the Scheduled Instance to start.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestTime

      The latest date and time, in UTC, for the Scheduled Instance to start.

      Parameters:
      latestTime - The latest date and time, in UTC, for the Scheduled Instance to start.
      Returns:
      Returns a reference to this object so that method calls can be chained together.