Uses of Interface
software.amazon.awssdk.services.synthetics.model.CanaryRunConfigOutput.Builder
-
Packages that use CanaryRunConfigOutput.Builder Package Description software.amazon.awssdk.services.synthetics.model -
-
Uses of CanaryRunConfigOutput.Builder in software.amazon.awssdk.services.synthetics.model
Methods in software.amazon.awssdk.services.synthetics.model that return CanaryRunConfigOutput.Builder Modifier and Type Method Description CanaryRunConfigOutput.BuilderCanaryRunConfigOutput.Builder. activeTracing(Boolean activeTracing)Displays whether this canary run used active X-Ray tracing.static CanaryRunConfigOutput.BuilderCanaryRunConfigOutput. builder()CanaryRunConfigOutput.BuilderCanaryRunConfigOutput.Builder. memoryInMB(Integer memoryInMB)The maximum amount of memory available to the canary while it is running, in MB.CanaryRunConfigOutput.BuilderCanaryRunConfigOutput.Builder. timeoutInSeconds(Integer timeoutInSeconds)How long the canary is allowed to run before it must stop.CanaryRunConfigOutput.BuilderCanaryRunConfigOutput. toBuilder()Methods in software.amazon.awssdk.services.synthetics.model that return types with arguments of type CanaryRunConfigOutput.Builder Modifier and Type Method Description static Class<? extends CanaryRunConfigOutput.Builder>CanaryRunConfigOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.synthetics.model with type arguments of type CanaryRunConfigOutput.Builder Modifier and Type Method Description default Canary.BuilderCanary.Builder. runConfig(Consumer<CanaryRunConfigOutput.Builder> runConfig)Sets the value of the RunConfig property for this object.
-