@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 - The name of the dimension. This parameter is required.this@Stability(value=Stable) public CfnAnomalyDetector.DimensionProperty.Builder value(String value)
CfnAnomalyDetector.DimensionProperty.getValue()value - The value of the dimension. This parameter is required.
Dimension values must contain only ASCII characters and must include at least one non-whitespace character.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 © 2023. All rights reserved.