| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryScheduleOutput.Builder |
CanaryScheduleOutput.builder() |
CanaryScheduleOutput.Builder |
CanaryScheduleOutput.Builder.durationInSeconds(Long durationInSeconds)
How long, in seconds, for the canary to continue making regular runs after it was created.
|
CanaryScheduleOutput.Builder |
CanaryScheduleOutput.Builder.expression(String expression)
A
rate expression or a cron expression that defines how often the canary is to run. |
CanaryScheduleOutput.Builder |
CanaryScheduleOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryScheduleOutput.Builder> |
CanaryScheduleOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Canary.Builder |
Canary.Builder.schedule(Consumer<CanaryScheduleOutput.Builder> schedule)
A structure that contains information about how often the canary is to run, and when these runs are to stop.
|
Copyright © 2023. All rights reserved.