public static interface Condition.Builder extends SdkPojo, 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 |
equalsValue(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
equalsValue(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
greaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
greaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than or equal condition to be applied to a single field when querying for
findings.
|
Condition.Builder |
gt(Integer gt)
Represents a greater than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
gte(Integer gte)
Represents a greater than or equal condition to be applied to a single field when querying for
findings.
|
Condition.Builder |
lessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
lessThanOrEqual(Long lessThanOrEqual)
Represents a less than or equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
lt(Integer lt)
Represents a less than condition to be applied to a single field when querying for findings.
|
Condition.Builder |
lte(Integer lte)
Represents a less than or 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.
|
Condition.Builder |
notEquals(Collection<String> notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
|
Condition.Builder |
notEquals(String... notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
Condition.Builder eq(Collection<String> eq)
Represents the equal condition to be applied to a single field when querying for findings.
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.
eq
- Represents the 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.
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.
neq
- Represents the not equal condition to be applied to a single field when querying for findings.Condition.Builder gt(Integer gt)
Represents a greater than condition to be applied to a single field when querying for findings.
gt
- Represents a greater than condition to be applied to a single field when querying for findings.Condition.Builder gte(Integer gte)
Represents a greater than or equal condition to be applied to a single field when querying for findings.
gte
- Represents a greater than or equal condition to be applied to a single field when querying for
findings.Condition.Builder lt(Integer lt)
Represents a less than condition to be applied to a single field when querying for findings.
lt
- Represents a less than condition to be applied to a single field when querying for findings.Condition.Builder lte(Integer lte)
Represents a less than or equal condition to be applied to a single field when querying for findings.
lte
- Represents a less than or equal condition to be applied to a single field when querying for
findings.Condition.Builder equalsValue(Collection<String> equals)
Represents an equal condition to be applied to a single field when querying for findings.
equals
- Represents an equal condition to be applied to a single field when querying for findings.Condition.Builder equalsValue(String... equals)
Represents an equal condition to be applied to a single field when querying for findings.
equals
- Represents an equal condition to be applied to a single field when querying for findings.Condition.Builder notEquals(Collection<String> notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
notEquals
- Represents a not equal condition to be applied to a single field when querying for
findings.Condition.Builder notEquals(String... notEquals)
Represents a not equal condition to be applied to a single field when querying for findings.
notEquals
- Represents a not equal condition to be applied to a single field when querying for
findings.Condition.Builder greaterThan(Long greaterThan)
Represents a greater than condition to be applied to a single field when querying for findings.
greaterThan
- Represents a greater than condition to be applied to a single field when querying for findings.Condition.Builder greaterThanOrEqual(Long greaterThanOrEqual)
Represents a greater than or equal condition to be applied to a single field when querying for findings.
greaterThanOrEqual
- Represents a greater than or equal condition to be applied to a single field when querying for
findings.Condition.Builder lessThan(Long lessThan)
Represents a less than condition to be applied to a single field when querying for findings.
lessThan
- Represents a less than condition to be applied to a single field when querying for findings.Condition.Builder lessThanOrEqual(Long lessThanOrEqual)
Represents a less than or equal condition to be applied to a single field when querying for findings.
lessThanOrEqual
- Represents a less than or equal condition to be applied to a single field when querying for
findings.Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.