Interface SlotDateTimeRangeRequest.Builder

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

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

    • earliestTime

      SlotDateTimeRangeRequest.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

      SlotDateTimeRangeRequest.Builder latestTime(Instant latestTime)

      The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.

      Parameters:
      latestTime - The latest date and time, in UTC, for the Scheduled Instance to start. This value must be later than or equal to the earliest date and at most three months in the future.
      Returns:
      Returns a reference to this object so that method calls can be chained together.