public static interface SlotStartTimeRangeRequest.Builder extends 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.
|
copyapply, buildSlotStartTimeRangeRequest.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.