| Package | Description |
|---|---|
| software.amazon.awssdk.services.amplifyuibuilder.model |
| Modifier and Type | Method and Description |
|---|---|
Predicate.Builder |
Predicate.Builder.and(Collection<Predicate> and)
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.and(Consumer<Predicate.Builder>... and)
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.and(Predicate... and)
A list of predicates to combine logically.
|
static Predicate.Builder |
Predicate.builder() |
Predicate.Builder |
Predicate.Builder.field(String field)
The field to query.
|
Predicate.Builder |
Predicate.Builder.operand(String operand)
The value to use when performing the evaluation.
|
Predicate.Builder |
Predicate.Builder.operandType(String operandType)
The type of value to use when performing the evaluation.
|
Predicate.Builder |
Predicate.Builder.operator(String operator)
The operator to use to perform the evaluation.
|
Predicate.Builder |
Predicate.Builder.or(Collection<Predicate> or)
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.or(Consumer<Predicate.Builder>... or)
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.Builder.or(Predicate... or)
A list of predicates to combine logically.
|
Predicate.Builder |
Predicate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Predicate.Builder> |
Predicate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ComponentDataConfiguration.Builder |
ComponentDataConfiguration.Builder.predicate(Consumer<Predicate.Builder> predicate)
Represents the conditional logic to use when binding data to a component.
|
Copyright © 2023. All rights reserved.