Interface Condition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Condition.Builder,Condition>,SdkBuilder<Condition.Builder,Condition>,SdkPojo
- Enclosing class:
- Condition
public static interface Condition.Builder extends SdkPojo, CopyableBuilder<Condition.Builder,Condition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description Condition.Buildereq(String... eq)Deprecated.Condition.Buildereq(Collection<String> eq)Deprecated.Condition.BuilderequalsValue(String... equals)Represents an equal condition to be applied to a single field when querying for findings.Condition.BuilderequalsValue(Collection<String> equals)Represents an equal condition to be applied to a single field when querying for findings.Condition.BuildergreaterThan(Long greaterThan)Represents a greater than condition to be applied to a single field when querying for findings.Condition.BuildergreaterThanOrEqual(Long greaterThanOrEqual)Represents a greater than or equal condition to be applied to a single field when querying for findings.Condition.Buildergt(Integer gt)Deprecated.Condition.Buildergte(Integer gte)Deprecated.Condition.BuilderlessThan(Long lessThan)Represents a less than condition to be applied to a single field when querying for findings.Condition.BuilderlessThanOrEqual(Long lessThanOrEqual)Represents a less than or equal condition to be applied to a single field when querying for findings.Condition.Builderlt(Integer lt)Deprecated.Condition.Builderlte(Integer lte)Deprecated.Condition.Builderneq(String... neq)Deprecated.Condition.Builderneq(Collection<String> neq)Deprecated.Condition.BuildernotEquals(String... notEquals)Represents a not equal condition to be applied to a single field when querying for findings.Condition.BuildernotEquals(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 Detail
-
eq
@Deprecated Condition.Builder eq(Collection<String> 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 Condition.Builder eq(String... 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 Condition.Builder neq(Collection<String> 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 Condition.Builder neq(String... 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 Condition.Builder gt(Integer 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 Condition.Builder gte(Integer 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 Condition.Builder lt(Integer 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 Condition.Builder lte(Integer 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
Condition.Builder equalsValue(Collection<String> equals)
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
Condition.Builder equalsValue(String... equals)
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
Condition.Builder notEquals(Collection<String> 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
Condition.Builder notEquals(String... 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
Condition.Builder greaterThan(Long 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
Condition.Builder greaterThanOrEqual(Long 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
Condition.Builder lessThan(Long 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
Condition.Builder lessThanOrEqual(Long 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.
-
-