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