public static final class CfnFilter.ConditionProperty.Builder
extends java.lang.Object
CfnFilter.ConditionProperty
Constructor and Description |
---|
Builder() |
public CfnFilter.ConditionProperty.Builder eq(java.util.List<java.lang.String> eq)
CfnFilter.ConditionProperty.getEq()
eq
- Represents the equal condition to apply to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder equalTo(java.util.List<java.lang.String> equalTo)
CfnFilter.ConditionProperty.getEqualTo()
equalTo
- Represents an *equal* ** condition to be applied to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder greaterThan(java.lang.Number greaterThan)
CfnFilter.ConditionProperty.getGreaterThan()
greaterThan
- Represents a *greater than* condition to be applied to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder greaterThanOrEqual(java.lang.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
public CfnFilter.ConditionProperty.Builder gt(java.lang.Number gt)
CfnFilter.ConditionProperty.getGt()
gt
- Represents a *greater than* condition to be applied to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder gte(java.lang.Number gte)
CfnFilter.ConditionProperty.getGte()
gte
- Represents the greater than or equal condition to apply to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder lessThan(java.lang.Number lessThan)
CfnFilter.ConditionProperty.getLessThan()
lessThan
- Represents a *less than* condition to be applied to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder lessThanOrEqual(java.lang.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
public CfnFilter.ConditionProperty.Builder lt(java.lang.Number lt)
CfnFilter.ConditionProperty.getLt()
lt
- Represents the less than condition to apply to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder lte(java.lang.Number lte)
CfnFilter.ConditionProperty.getLte()
lte
- Represents the less than or equal condition to apply to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder neq(java.util.List<java.lang.String> neq)
CfnFilter.ConditionProperty.getNeq()
neq
- Represents the not equal condition to apply to a single field when querying for findings.this
public CfnFilter.ConditionProperty.Builder notEquals(java.util.List<java.lang.String> notEquals)
CfnFilter.ConditionProperty.getNotEquals()
notEquals
- Represents a *not equal* ** condition to be applied to a single field when querying for findings.this
public CfnFilter.ConditionProperty build()
CfnFilter.ConditionProperty
java.lang.NullPointerException
- if any required attribute was not provided