Interface CanaryRunTimeline.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CanaryRunTimeline.Builder,,- CanaryRunTimeline> - SdkBuilder<CanaryRunTimeline.Builder,,- CanaryRunTimeline> - SdkPojo
- Enclosing class:
- CanaryRunTimeline
@Mutable
@NotThreadSafe
public static interface CanaryRunTimeline.Builder
extends SdkPojo, CopyableBuilder<CanaryRunTimeline.Builder,CanaryRunTimeline> 
- 
Method SummaryModifier and TypeMethodDescriptionThe end time of the run.metricTimestampForRunAndRetries(Instant metricTimestampForRunAndRetries) The time at which the metrics will be generated for this run or retries.The start time of the run.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
startedThe 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.
 
- 
completedThe 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.
 
- 
metricTimestampForRunAndRetriesThe time at which the metrics will be generated for this run or retries. - Parameters:
- metricTimestampForRunAndRetries- The time at which the metrics will be generated for this run or retries.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-