Class CfnInsight.BooleanFilterProperty.Builder
java.lang.Object
software.amazon.awscdk.services.securityhub.CfnInsight.BooleanFilterProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnInsight.BooleanFilterProperty>
- Enclosing interface:
CfnInsight.BooleanFilterProperty
@Stability(Stable)
public static final class CfnInsight.BooleanFilterProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnInsight.BooleanFilterProperty>
A builder for
CfnInsight.BooleanFilterProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnInsight.BooleanFilterProperty.getValue()value(IResolvable value) Sets the value ofCfnInsight.BooleanFilterProperty.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
value
Sets the value ofCfnInsight.BooleanFilterProperty.getValue()- Parameters:
value- The value of the boolean. This parameter is required.- Returns:
this
-
value
Sets the value ofCfnInsight.BooleanFilterProperty.getValue()- Parameters:
value- The value of the boolean. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnInsight.BooleanFilterProperty>- Returns:
- a new instance of
CfnInsight.BooleanFilterProperty - Throws:
NullPointerException- if any required attribute was not provided
-