| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryRunTimeline.Builder |
CanaryRunTimeline.builder() |
CanaryRunTimeline.Builder |
CanaryRunTimeline.Builder.completed(Instant completed)
The end time of the run.
|
CanaryRunTimeline.Builder |
CanaryRunTimeline.Builder.started(Instant started)
The start time of the run.
|
CanaryRunTimeline.Builder |
CanaryRunTimeline.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryRunTimeline.Builder> |
CanaryRunTimeline.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CanaryRun.Builder |
CanaryRun.Builder.timeline(Consumer<CanaryRunTimeline.Builder> timeline)
A structure that contains the start and end times of this run.
|
Copyright © 2021. All rights reserved.