public static interface SlotDateTimeRangeRequest.Builder extends SdkPojo, CopyableBuilder<SlotDateTimeRangeRequest.Builder,SlotDateTimeRangeRequest>
Modifier and Type | Method and Description |
---|---|
SlotDateTimeRangeRequest.Builder |
earliestTime(Instant earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotDateTimeRangeRequest.Builder |
latestTime(Instant latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
SlotDateTimeRangeRequest.Builder earliestTime(Instant earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
earliestTime
- The earliest date and time, in UTC, for the Scheduled Instance to start.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.
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.Copyright © 2020. All rights reserved.