Uses of Interface
software.amazon.awssdk.services.synthetics.model.CanaryRunConfigInput.Builder
-
Packages that use CanaryRunConfigInput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRunConfigInput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRunConfigInput.Builder Modifier and Type Method Description CanaryRunConfigInput.BuilderCanaryRunConfigInput.Builder. activeTracing(Boolean activeTracing)Specifies whether this canary is to use active X-Ray tracing when it runs.static CanaryRunConfigInput.BuilderCanaryRunConfigInput. builder()CanaryRunConfigInput.BuilderCanaryRunConfigInput.Builder. environmentVariables(Map<String,String> environmentVariables)Specifies the keys and values to use for any environment variables used in the canary script.CanaryRunConfigInput.BuilderCanaryRunConfigInput.Builder. memoryInMB(Integer memoryInMB)The maximum amount of memory available to the canary while it is running, in MB.CanaryRunConfigInput.BuilderCanaryRunConfigInput.Builder. timeoutInSeconds(Integer timeoutInSeconds)How long the canary is allowed to run before it must stop.CanaryRunConfigInput.BuilderCanaryRunConfigInput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryRunConfigInput.Builder Modifier and Type Method Description static Class<? extends CanaryRunConfigInput.Builder>CanaryRunConfigInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryRunConfigInput.Builder Modifier and Type Method Description default CreateCanaryRequest.BuilderCreateCanaryRequest.Builder. runConfig(Consumer<CanaryRunConfigInput.Builder> runConfig)A structure that contains the configuration for individual canary runs, such as timeout value and environment variables.default UpdateCanaryRequest.BuilderUpdateCanaryRequest.Builder. runConfig(Consumer<CanaryRunConfigInput.Builder> runConfig)A structure that contains the timeout value that is used for each individual run of the canary.
-