Uses of Interface
software.amazon.awssdk.services.synthetics.model.CanaryScheduleOutput.Builder
-
Packages that use CanaryScheduleOutput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryScheduleOutput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryScheduleOutput.Builder Modifier and Type Method Description static CanaryScheduleOutput.BuilderCanaryScheduleOutput. builder()CanaryScheduleOutput.BuilderCanaryScheduleOutput.Builder. durationInSeconds(Long durationInSeconds)How long, in seconds, for the canary to continue making regular runs after it was created.CanaryScheduleOutput.BuilderCanaryScheduleOutput.Builder. expression(String expression)Arateexpression or acronexpression that defines how often the canary is to run.CanaryScheduleOutput.BuilderCanaryScheduleOutput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryScheduleOutput.Builder Modifier and Type Method Description static Class<? extends CanaryScheduleOutput.Builder>CanaryScheduleOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryScheduleOutput.Builder Modifier and Type Method Description default Canary.BuilderCanary.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.
-