@Stability(value=Stable) public static final class CfnSecurityProfile.MetricDimensionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnSecurityProfile.MetricDimensionProperty>
CfnSecurityProfile.MetricDimensionProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSecurityProfile.MetricDimensionProperty |
build()
Builds the configured instance.
|
CfnSecurityProfile.MetricDimensionProperty.Builder |
dimensionName(String dimensionName)
Sets the value of
CfnSecurityProfile.MetricDimensionProperty.getDimensionName() |
CfnSecurityProfile.MetricDimensionProperty.Builder |
operator(String operator)
Sets the value of
CfnSecurityProfile.MetricDimensionProperty.getOperator() |
@Stability(value=Stable) public CfnSecurityProfile.MetricDimensionProperty.Builder dimensionName(String dimensionName)
CfnSecurityProfile.MetricDimensionProperty.getDimensionName()dimensionName - The name of the dimension. This parameter is required.this@Stability(value=Stable) public CfnSecurityProfile.MetricDimensionProperty.Builder operator(String operator)
CfnSecurityProfile.MetricDimensionProperty.getOperator()operator - Operators are constructs that perform logical operations.
Valid values are IN and NOT_IN .this@Stability(value=Stable) public CfnSecurityProfile.MetricDimensionProperty build()
build in interface software.amazon.jsii.Builder<CfnSecurityProfile.MetricDimensionProperty>CfnSecurityProfile.MetricDimensionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.