| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryTimeline.Builder |
CanaryTimeline.builder() |
CanaryTimeline.Builder |
CanaryTimeline.Builder.created(Instant created)
The date and time the canary was created.
|
CanaryTimeline.Builder |
CanaryTimeline.Builder.lastModified(Instant lastModified)
The date and time the canary was most recently modified.
|
CanaryTimeline.Builder |
CanaryTimeline.Builder.lastStarted(Instant lastStarted)
The date and time that the canary's most recent run started.
|
CanaryTimeline.Builder |
CanaryTimeline.Builder.lastStopped(Instant lastStopped)
The date and time that the canary's most recent run ended.
|
CanaryTimeline.Builder |
CanaryTimeline.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryTimeline.Builder> |
CanaryTimeline.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Canary.Builder |
Canary.Builder.timeline(Consumer<CanaryTimeline.Builder> timeline)
A structure that contains information about when the canary was created, modified, and most recently run.
|
Copyright © 2021. All rights reserved.