@Stability(value=Stable) public static final class CfnConfig.TrackingConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnConfig.TrackingConfigProperty>
CfnConfig.TrackingConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfig.TrackingConfigProperty.Builder |
autotrack(String autotrack)
Sets the value of
CfnConfig.TrackingConfigProperty.getAutotrack() |
CfnConfig.TrackingConfigProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnConfig.TrackingConfigProperty.Builder autotrack(String autotrack)
CfnConfig.TrackingConfigProperty.getAutotrack()autotrack - Specifies whether or not to use autotrack.
REMOVED specifies that program track should only be used during the contact. PREFERRED specifies that autotracking is preferred during the contact but fallback to program track if the signal is lost. REQUIRED specifies that autotracking is required during the contact and not to use program track if the signal is lost.this@Stability(value=Stable) public CfnConfig.TrackingConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnConfig.TrackingConfigProperty>CfnConfig.TrackingConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.