Interface CanaryRunTimeline.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CanaryRunTimeline.Builder,CanaryRunTimeline>,SdkBuilder<CanaryRunTimeline.Builder,CanaryRunTimeline>,SdkPojo
- Enclosing class:
- CanaryRunTimeline
public static interface CanaryRunTimeline.Builder extends SdkPojo, CopyableBuilder<CanaryRunTimeline.Builder,CanaryRunTimeline>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CanaryRunTimeline.Buildercompleted(Instant completed)The end time of the run.CanaryRunTimeline.Builderstarted(Instant started)The start time of the run.-
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, sdkFields
-
-
-
-
Method Detail
-
started
CanaryRunTimeline.Builder started(Instant started)
The start time of the run.
- Parameters:
started- The start time of the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completed
CanaryRunTimeline.Builder completed(Instant completed)
The end time of the run.
- Parameters:
completed- The end time of the run.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-