| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
static CanaryScheduleInput.Builder |
CanaryScheduleInput.builder() |
CanaryScheduleInput.Builder |
CanaryScheduleInput.Builder.durationInSeconds(Long durationInSeconds)
How long, in seconds, for the canary to continue making regular runs according to the schedule in the
Expression value. |
CanaryScheduleInput.Builder |
CanaryScheduleInput.Builder.expression(String expression)
A
rate expression or a cron expression that defines how often the canary is to run. |
CanaryScheduleInput.Builder |
CanaryScheduleInput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryScheduleInput.Builder> |
CanaryScheduleInput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCanaryRequest.Builder |
CreateCanaryRequest.Builder.schedule(Consumer<CanaryScheduleInput.Builder> schedule)
A structure that contains information about how often the canary is to run and when these test runs are to
stop.
|
default UpdateCanaryRequest.Builder |
UpdateCanaryRequest.Builder.schedule(Consumer<CanaryScheduleInput.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.