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