Class CfnSecurityProfilePropsMixin.MetricDimensionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.iot.CfnSecurityProfilePropsMixin.MetricDimensionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.MetricDimensionProperty>
- Enclosing interface:
CfnSecurityProfilePropsMixin.MetricDimensionProperty
@Stability(Stable)
public static final class CfnSecurityProfilePropsMixin.MetricDimensionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.MetricDimensionProperty>
A builder for
CfnSecurityProfilePropsMixin.MetricDimensionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.dimensionName(String dimensionName) Sets the value ofCfnSecurityProfilePropsMixin.MetricDimensionProperty.getDimensionName()Sets the value ofCfnSecurityProfilePropsMixin.MetricDimensionProperty.getOperator()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
dimensionName
@Stability(Stable) public CfnSecurityProfilePropsMixin.MetricDimensionProperty.Builder dimensionName(String dimensionName) Sets the value ofCfnSecurityProfilePropsMixin.MetricDimensionProperty.getDimensionName()- Parameters:
dimensionName- The name of the dimension.- Returns:
this
-
operator
@Stability(Stable) public CfnSecurityProfilePropsMixin.MetricDimensionProperty.Builder operator(String operator) Sets the value ofCfnSecurityProfilePropsMixin.MetricDimensionProperty.getOperator()- Parameters:
operator- Operators are constructs that perform logical operations. Valid values areINandNOT_IN.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSecurityProfilePropsMixin.MetricDimensionProperty>- Returns:
- a new instance of
CfnSecurityProfilePropsMixin.MetricDimensionProperty - Throws:
NullPointerException- if any required attribute was not provided
-