@Stability(value=Stable) public static final class CfnFilter.ConditionProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnFilter.ConditionProperty>
CfnFilter.ConditionProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder eq(List<String> eq)
CfnFilter.ConditionProperty.getEq()eq - Represents the equal condition to apply to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder equalTo(List<String> equalTo)
CfnFilter.ConditionProperty.getEqualTo()equalTo - Represents an *equal* ** condition to be applied to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder greaterThan(Number greaterThan)
CfnFilter.ConditionProperty.getGreaterThan()greaterThan - Represents a *greater than* condition to be applied to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder greaterThanOrEqual(Number greaterThanOrEqual)
CfnFilter.ConditionProperty.getGreaterThanOrEqual()greaterThanOrEqual - Represents a *greater than or equal* condition to be applied to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder gt(Number gt)
CfnFilter.ConditionProperty.getGt()gt - Represents a *greater than* condition to be applied to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder gte(Number gte)
CfnFilter.ConditionProperty.getGte()gte - Represents the greater than or equal condition to apply to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder lessThan(Number lessThan)
CfnFilter.ConditionProperty.getLessThan()lessThan - Represents a *less than* condition to be applied to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder lessThanOrEqual(Number lessThanOrEqual)
CfnFilter.ConditionProperty.getLessThanOrEqual()lessThanOrEqual - Represents a *less than or equal* condition to be applied to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder lt(Number lt)
CfnFilter.ConditionProperty.getLt()lt - Represents the less than condition to apply to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder lte(Number lte)
CfnFilter.ConditionProperty.getLte()lte - Represents the less than or equal condition to apply to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder neq(List<String> neq)
CfnFilter.ConditionProperty.getNeq()neq - Represents the not equal condition to apply to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty.Builder notEquals(List<String> notEquals)
CfnFilter.ConditionProperty.getNotEquals()notEquals - Represents a *not equal* ** condition to be applied to a single field when querying for findings.this@Stability(value=Stable) public CfnFilter.ConditionProperty build()
build in interface software.amazon.jsii.Builder<CfnFilter.ConditionProperty>CfnFilter.ConditionPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.