public static interface CanaryTimeline.Builder extends SdkPojo, CopyableBuilder<CanaryTimeline.Builder,CanaryTimeline>
| Modifier and Type | Method and Description |
|---|---|
CanaryTimeline.Builder |
created(Instant created)
The date and time the canary was created.
|
CanaryTimeline.Builder |
lastModified(Instant lastModified)
The date and time the canary was most recently modified.
|
CanaryTimeline.Builder |
lastStarted(Instant lastStarted)
The date and time that the canary's most recent run started.
|
CanaryTimeline.Builder |
lastStopped(Instant lastStopped)
The date and time that the canary's most recent run ended.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCanaryTimeline.Builder created(Instant created)
The date and time the canary was created.
created - The date and time the canary was created.CanaryTimeline.Builder lastModified(Instant lastModified)
The date and time the canary was most recently modified.
lastModified - The date and time the canary was most recently modified.CanaryTimeline.Builder lastStarted(Instant lastStarted)
The date and time that the canary's most recent run started.
lastStarted - The date and time that the canary's most recent run started.CanaryTimeline.Builder lastStopped(Instant lastStopped)
The date and time that the canary's most recent run ended.
lastStopped - The date and time that the canary's most recent run ended.Copyright © 2023. All rights reserved.