Interface SlotStartTimeRangeRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>,SdkBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>,SdkPojo
- Enclosing class:
- SlotStartTimeRangeRequest
public static interface SlotStartTimeRangeRequest.Builder extends SdkPojo, CopyableBuilder<SlotStartTimeRangeRequest.Builder,SlotStartTimeRangeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SlotStartTimeRangeRequest.BuilderearliestTime(Instant earliestTime)The earliest date and time, in UTC, for the Scheduled Instance to start.SlotStartTimeRangeRequest.BuilderlatestTime(Instant latestTime)The latest date and time, in UTC, for the Scheduled Instance to start.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
earliestTime
SlotStartTimeRangeRequest.Builder earliestTime(Instant earliestTime)
The earliest date and time, in UTC, for the Scheduled Instance to start.
- Parameters:
earliestTime- The earliest date and time, in UTC, for the Scheduled Instance to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestTime
SlotStartTimeRangeRequest.Builder latestTime(Instant latestTime)
The latest date and time, in UTC, for the Scheduled Instance to start.
- Parameters:
latestTime- The latest date and time, in UTC, for the Scheduled Instance to start.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-