| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static SlotDateTimeRangeRequest.Builder |
SlotDateTimeRangeRequest.builder() |
SlotDateTimeRangeRequest.Builder |
SlotDateTimeRangeRequest.Builder.earliestTime(Instant earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
SlotDateTimeRangeRequest.Builder |
SlotDateTimeRangeRequest.Builder.latestTime(Instant latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
|
SlotDateTimeRangeRequest.Builder |
SlotDateTimeRangeRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SlotDateTimeRangeRequest.Builder> |
SlotDateTimeRangeRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeScheduledInstanceAvailabilityRequest.Builder |
DescribeScheduledInstanceAvailabilityRequest.Builder.firstSlotStartTimeRange(Consumer<SlotDateTimeRangeRequest.Builder> firstSlotStartTimeRange)
The time period for the first schedule to start.
|
Copyright © 2019. All rights reserved.