| Package | Description |
|---|---|
| software.amazon.awssdk.services.synthetics.model |
| Modifier and Type | Method and Description |
|---|---|
CanaryRunConfigOutput.Builder |
CanaryRunConfigOutput.Builder.activeTracing(Boolean activeTracing)
Displays whether this canary run used active AWS X-Ray tracing.
|
static CanaryRunConfigOutput.Builder |
CanaryRunConfigOutput.builder() |
CanaryRunConfigOutput.Builder |
CanaryRunConfigOutput.Builder.memoryInMB(Integer memoryInMB)
The maximum amount of memory available to the canary while it is running, in MB.
|
CanaryRunConfigOutput.Builder |
CanaryRunConfigOutput.Builder.timeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
|
CanaryRunConfigOutput.Builder |
CanaryRunConfigOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CanaryRunConfigOutput.Builder> |
CanaryRunConfigOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Canary.Builder |
Canary.Builder.runConfig(Consumer<CanaryRunConfigOutput.Builder> runConfig)
Sets the value of the RunConfig property for this object.
|
Copyright © 2021. All rights reserved.