@Stability(value=Stable) public static final class CfnAlertProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAlertProps>
CfnAlertProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAlertProps.Builder |
action(Object action)
Sets the value of
CfnAlertProps.getAction() |
CfnAlertProps.Builder |
alertDescription(String alertDescription)
Sets the value of
CfnAlertProps.getAlertDescription() |
CfnAlertProps.Builder |
alertName(String alertName)
Sets the value of
CfnAlertProps.getAlertName() |
CfnAlertProps.Builder |
alertSensitivityThreshold(Number alertSensitivityThreshold)
Sets the value of
CfnAlertProps.getAlertSensitivityThreshold() |
CfnAlertProps.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
Sets the value of
CfnAlertProps.getAnomalyDetectorArn() |
CfnAlertProps |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnAlertProps.Builder action(Object action)
CfnAlertProps.getAction()action - `AWS::LookoutMetrics::Alert.Action`. This parameter is required.this@Stability(value=Stable) public CfnAlertProps.Builder alertSensitivityThreshold(Number alertSensitivityThreshold)
CfnAlertProps.getAlertSensitivityThreshold()alertSensitivityThreshold - `AWS::LookoutMetrics::Alert.AlertSensitivityThreshold`. This parameter is required.this@Stability(value=Stable) public CfnAlertProps.Builder anomalyDetectorArn(String anomalyDetectorArn)
CfnAlertProps.getAnomalyDetectorArn()anomalyDetectorArn - `AWS::LookoutMetrics::Alert.AnomalyDetectorArn`. This parameter is required.this@Stability(value=Stable) public CfnAlertProps.Builder alertDescription(String alertDescription)
CfnAlertProps.getAlertDescription()alertDescription - `AWS::LookoutMetrics::Alert.AlertDescription`.this@Stability(value=Stable) public CfnAlertProps.Builder alertName(String alertName)
CfnAlertProps.getAlertName()alertName - `AWS::LookoutMetrics::Alert.AlertName`.this@Stability(value=Stable) public CfnAlertProps build()
build in interface software.amazon.jsii.Builder<CfnAlertProps>CfnAlertPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.