CopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>, SdkBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>public static interface SlotStartTimeRangeRequest.Builder extends CopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>
| Modifier and Type | Method | Description |
|---|---|---|
SlotStartTimeRangeRequest.Builder |
earliestTime(Date earliestTime) |
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotStartTimeRangeRequest.Builder |
latestTime(Date latestTime) |
The latest date and time, in UTC, for the Scheduled Instance to start.
|
copyapply, buildSlotStartTimeRangeRequest.Builder earliestTime(Date 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(Date 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.