Interface Condition.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Condition.Builder,
,Condition> SdkBuilder<Condition.Builder,
,Condition> SdkPojo
- Enclosing class:
Condition
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.eq
(Collection<String> eq) Deprecated.equalsValue
(String... equals) Represents an equal condition to be applied to a single field when querying for findings.equalsValue
(Collection<String> equals) Represents an equal condition to be applied to a single field when querying for findings.greaterThan
(Long greaterThan) Represents a greater than condition to be applied to a single field when querying for findings.greaterThanOrEqual
(Long greaterThanOrEqual) Represents a greater than or equal condition to be applied to a single field when querying for findings.Deprecated.Deprecated.Represents a less than condition to be applied to a single field when querying for findings.lessThanOrEqual
(Long lessThanOrEqual) Represents a less than or equal condition to be applied to a single field when querying for findings.Deprecated.Deprecated.Deprecated.neq
(Collection<String> neq) Deprecated.Represents a not equal condition to be applied to a single field when querying for findings.notEquals
(Collection<String> notEquals) Represents a not equal condition to be applied to a single field when querying for findings.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
eq
Deprecated.Represents the equal condition to be applied to a single field when querying for findings.
- Parameters:
eq
- Represents the equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eq
Deprecated.Represents the equal condition to be applied to a single field when querying for findings.
- Parameters:
eq
- Represents the equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
neq
Deprecated.Represents the not equal condition to be applied to a single field when querying for findings.
- Parameters:
neq
- Represents the not equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
neq
Deprecated.Represents the not equal condition to be applied to a single field when querying for findings.
- Parameters:
neq
- Represents the not equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gt
Deprecated.Represents a greater than condition to be applied to a single field when querying for findings.
- Parameters:
gt
- Represents a greater than condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
gte
Deprecated.Represents a greater than or equal condition to be applied to a single field when querying for findings.
- Parameters:
gte
- Represents a greater than or equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lt
Deprecated.Represents a less than condition to be applied to a single field when querying for findings.
- Parameters:
lt
- Represents a less than condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lte
Deprecated.Represents a less than or equal condition to be applied to a single field when querying for findings.
- Parameters:
lte
- Represents a less than or equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
equalsValue
Represents an equal condition to be applied to a single field when querying for findings.
- Parameters:
equals
- Represents an equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
equalsValue
Represents an equal condition to be applied to a single field when querying for findings.
- Parameters:
equals
- Represents an equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notEquals
Represents a not equal condition to be applied to a single field when querying for findings.
- Parameters:
notEquals
- Represents a not equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
notEquals
Represents a not equal condition to be applied to a single field when querying for findings.
- Parameters:
notEquals
- Represents a not equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
greaterThan
Represents a greater than condition to be applied to a single field when querying for findings.
- Parameters:
greaterThan
- Represents a greater than condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
greaterThanOrEqual
Represents a greater than or equal condition to be applied to a single field when querying for findings.
- Parameters:
greaterThanOrEqual
- Represents a greater than or equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lessThan
Represents a less than condition to be applied to a single field when querying for findings.
- Parameters:
lessThan
- Represents a less than condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lessThanOrEqual
Represents a less than or equal condition to be applied to a single field when querying for findings.
- Parameters:
lessThanOrEqual
- Represents a less than or equal condition to be applied to a single field when querying for findings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-