ToCopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>
@Generated("software.amazon.awssdk:codegen") public class SlotStartTimeRangeRequest extends Object implements ToCopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>
Describes the time period for a Scheduled Instance to start its first schedule.
Modifier and Type | Class | Description |
---|---|---|
static interface |
SlotStartTimeRangeRequest.Builder |
Modifier and Type | Method | Description |
---|---|---|
static SlotStartTimeRangeRequest.Builder |
builder() |
|
Date |
earliestTime() |
The earliest date and time, in UTC, for the Scheduled Instance to start.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Date |
latestTime() |
The latest date and time, in UTC, for the Scheduled Instance to start.
|
static Class<? extends SlotStartTimeRangeRequest.Builder> |
serializableBuilderClass() |
|
SlotStartTimeRangeRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Date earliestTime()
The earliest date and time, in UTC, for the Scheduled Instance to start.
public Date latestTime()
The latest date and time, in UTC, for the Scheduled Instance to start.
public SlotStartTimeRangeRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>
public static SlotStartTimeRangeRequest.Builder builder()
public static Class<? extends SlotStartTimeRangeRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.