@Stability(value=Stable) public static final class CfnCanary.RunConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCanary.RunConfigProperty>
CfnCanary.RunConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCanary.RunConfigProperty.Builder |
activeTracing(Boolean activeTracing)
Sets the value of
CfnCanary.RunConfigProperty.getActiveTracing() |
CfnCanary.RunConfigProperty.Builder |
activeTracing(IResolvable activeTracing)
Sets the value of
CfnCanary.RunConfigProperty.getActiveTracing() |
CfnCanary.RunConfigProperty |
build()
Builds the configured instance.
|
CfnCanary.RunConfigProperty.Builder |
memoryInMb(Number memoryInMb)
Sets the value of
CfnCanary.RunConfigProperty.getMemoryInMb() |
CfnCanary.RunConfigProperty.Builder |
timeoutInSeconds(Number timeoutInSeconds)
Sets the value of
CfnCanary.RunConfigProperty.getTimeoutInSeconds() |
@Stability(value=Stable) public CfnCanary.RunConfigProperty.Builder timeoutInSeconds(Number timeoutInSeconds)
CfnCanary.RunConfigProperty.getTimeoutInSeconds()timeoutInSeconds - `CfnCanary.RunConfigProperty.TimeoutInSeconds`. This parameter is required.this@Stability(value=Stable) public CfnCanary.RunConfigProperty.Builder activeTracing(Boolean activeTracing)
CfnCanary.RunConfigProperty.getActiveTracing()activeTracing - `CfnCanary.RunConfigProperty.ActiveTracing`.this@Stability(value=Stable) public CfnCanary.RunConfigProperty.Builder activeTracing(IResolvable activeTracing)
CfnCanary.RunConfigProperty.getActiveTracing()activeTracing - `CfnCanary.RunConfigProperty.ActiveTracing`.this@Stability(value=Stable) public CfnCanary.RunConfigProperty.Builder memoryInMb(Number memoryInMb)
CfnCanary.RunConfigProperty.getMemoryInMb()memoryInMb - `CfnCanary.RunConfigProperty.MemoryInMB`.this@Stability(value=Stable) public CfnCanary.RunConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCanary.RunConfigProperty>CfnCanary.RunConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2020. All rights reserved.