CopyableBuilder<SlotDateTimeRangeRequest.Builder,SlotDateTimeRangeRequest>
, SdkBuilder<SlotDateTimeRangeRequest.Builder,SlotDateTimeRangeRequest>
public static interface SlotDateTimeRangeRequest.Builder extends CopyableBuilder<SlotDateTimeRangeRequest.Builder,SlotDateTimeRangeRequest>
Modifier and Type | Method | Description |
---|---|---|
SlotDateTimeRangeRequest.Builder |
earliestTime(Date earliestTime) |
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotDateTimeRangeRequest.Builder |
latestTime(Date latestTime) |
The latest date and time, in UTC, for the Scheduled Instance to start.
|
copy
apply, build
SlotDateTimeRangeRequest.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.SlotDateTimeRangeRequest.Builder latestTime(Date 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.