Class CfnInsight.NumberFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnInsight.NumberFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInsight.NumberFilterProperty>
- Enclosing interface:
CfnInsight.NumberFilterProperty
@Stability(Stable)
public static final class CfnInsight.NumberFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInsight.NumberFilterProperty>
A builder for
CfnInsight.NumberFilterProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnInsight.NumberFilterProperty.getEq()
Sets the value ofCfnInsight.NumberFilterProperty.getGte()
Sets the value ofCfnInsight.NumberFilterProperty.getLte()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
eq
Sets the value ofCfnInsight.NumberFilterProperty.getEq()
- Parameters:
eq
- The equal-to condition to be applied to a single field when querying for findings.- Returns:
this
-
gte
Sets the value ofCfnInsight.NumberFilterProperty.getGte()
- Parameters:
gte
- The greater-than-equal condition to be applied to a single field when querying for findings.- Returns:
this
-
lte
Sets the value ofCfnInsight.NumberFilterProperty.getLte()
- Parameters:
lte
- The less-than-equal condition to be applied to a single field when querying for findings.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnInsight.NumberFilterProperty>
- Returns:
- a new instance of
CfnInsight.NumberFilterProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-