| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRun.Builder |
CanaryRun.Builder.artifactS3Location(String artifactS3Location)
The location where the canary stored artifacts from the run.
|
static CanaryRun.Builder |
CanaryRun.builder() |
CanaryRun.Builder |
CanaryRun.Builder.id(String id)
A unique ID that identifies this canary run.
|
CanaryRun.Builder |
CanaryRun.Builder.name(String name)
The name of the canary.
|
CanaryRun.Builder |
CanaryRun.Builder.status(CanaryRunStatus status)
The status of this run.
|
default CanaryRun.Builder |
CanaryRun.Builder.status(Consumer<CanaryRunStatus.Builder> status)
The status of this run.
|
CanaryRun.Builder |
CanaryRun.Builder.timeline(CanaryRunTimeline timeline)
A structure that contains the start and end times of this run.
|
default CanaryRun.Builder |
CanaryRun.Builder.timeline(Consumer<CanaryRunTimeline.Builder> timeline)
A structure that contains the start and end times of this run.
|
CanaryRun.Builder |
CanaryRun.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryRun.Builder> |
CanaryRun.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CanaryLastRun.Builder |
CanaryLastRun.Builder.lastRun(Consumer<CanaryRun.Builder> lastRun)
The results from this canary's most recent run.
|
Copyright © 2023. All rights reserved.