Class CfnAutomationRuleV2.NumberFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnAutomationRuleV2.NumberFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAutomationRuleV2.NumberFilterProperty>
- Enclosing interface:
CfnAutomationRuleV2.NumberFilterProperty
@Stability(Stable)
public static final class CfnAutomationRuleV2.NumberFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAutomationRuleV2.NumberFilterProperty>
A builder for
CfnAutomationRuleV2.NumberFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnAutomationRuleV2.NumberFilterProperty.getEq()Sets the value ofCfnAutomationRuleV2.NumberFilterProperty.getGte()Sets the value ofCfnAutomationRuleV2.NumberFilterProperty.getLte()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
eq
Sets the value ofCfnAutomationRuleV2.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 ofCfnAutomationRuleV2.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 ofCfnAutomationRuleV2.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:
buildin interfacesoftware.amazon.jsii.Builder<CfnAutomationRuleV2.NumberFilterProperty>- Returns:
- a new instance of
CfnAutomationRuleV2.NumberFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-