public static interface Condition.Builder extends CopyableBuilder<Condition.Builder,Condition>
| Modifier and Type | Method and Description |
|---|---|
Condition.Builder |
eq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
eq(String... eq)
Represents the equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
gt(Integer gt)
Represents the greater than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
gte(Integer gte)
Represents the greater than equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
lt(Integer lt)
Represents the less than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
lte(Integer lte)
Represents the less than equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
neq(Collection<String> neq)
Represents the not equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
neq(String... neq)
Represents the not equal condition to be applied to a single field when querying for findings.
|
copyapply, buildCondition.Builder eq(Collection<String> eq)
eq - Represents the equal condition to be applied to a single field when querying for findings.Condition.Builder eq(String... eq)
eq - Represents the equal condition to be applied to a single field when querying for findings.Condition.Builder gt(Integer gt)
gt - Represents the greater than condition to be applied to a single field when querying for findings.Condition.Builder gte(Integer gte)
gte - Represents the greater than equal condition to be applied to a single field when querying for
findings.Condition.Builder lt(Integer lt)
lt - Represents the less than condition to be applied to a single field when querying for findings.Condition.Builder lte(Integer lte)
lte - Represents the less than equal condition to be applied to a single field when querying for findings.Condition.Builder neq(Collection<String> neq)
neq - Represents the not equal condition to be applied to a single field when querying for findings.Condition.Builder neq(String... neq)
neq - Represents the not equal condition to be applied to a single field when querying for findings.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.