@Stability(value=Stable) public static final class CfnAnomalyDetector.DimensionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnAnomalyDetector.DimensionProperty>
CfnAnomalyDetector.DimensionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAnomalyDetector.DimensionProperty |
build()
Builds the configured instance.
|
CfnAnomalyDetector.DimensionProperty.Builder |
name(String name)
Sets the value of
CfnAnomalyDetector.DimensionProperty.getName() |
CfnAnomalyDetector.DimensionProperty.Builder |
value(String value)
Sets the value of
CfnAnomalyDetector.DimensionProperty.getValue() |
@Stability(value=Stable) public CfnAnomalyDetector.DimensionProperty.Builder name(String name)
CfnAnomalyDetector.DimensionProperty.getName()name - `CfnAnomalyDetector.DimensionProperty.Name`. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.DimensionProperty.Builder value(String value)
CfnAnomalyDetector.DimensionProperty.getValue()value - `CfnAnomalyDetector.DimensionProperty.Value`. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.DimensionProperty build()
build in interface software.amazon.jsii.Builder<CfnAnomalyDetector.DimensionProperty>CfnAnomalyDetector.DimensionPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.