public static interface CanaryRunConfigOutput.Builder extends SdkPojo, CopyableBuilder<CanaryRunConfigOutput.Builder,CanaryRunConfigOutput>
| Modifier and Type | Method and Description |
|---|---|
CanaryRunConfigOutput.Builder |
activeTracing(Boolean activeTracing)
Displays whether this canary run used active X-Ray tracing.
|
CanaryRunConfigOutput.Builder |
memoryInMB(Integer memoryInMB)
The maximum amount of memory available to the canary while it is running, in MB.
|
CanaryRunConfigOutput.Builder |
timeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCanaryRunConfigOutput.Builder timeoutInSeconds(Integer timeoutInSeconds)
How long the canary is allowed to run before it must stop.
timeoutInSeconds - How long the canary is allowed to run before it must stop.CanaryRunConfigOutput.Builder memoryInMB(Integer memoryInMB)
The maximum amount of memory available to the canary while it is running, in MB. This value must be a multiple of 64.
memoryInMB - The maximum amount of memory available to the canary while it is running, in MB. This value must be a
multiple of 64.CanaryRunConfigOutput.Builder activeTracing(Boolean activeTracing)
Displays whether this canary run used active X-Ray tracing.
activeTracing - Displays whether this canary run used active X-Ray tracing.Copyright © 2022. All rights reserved.