| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.andConditions(Collection<PromptSearchCriteria> andConditions)
A list of conditions which would be applied together with an AND condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.andConditions(Consumer<PromptSearchCriteria.Builder>... andConditions)
A list of conditions which would be applied together with an AND condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.andConditions(PromptSearchCriteria... andConditions)
A list of conditions which would be applied together with an AND condition.
|
static PromptSearchCriteria.Builder |
PromptSearchCriteria.builder() |
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.orConditions(Collection<PromptSearchCriteria> orConditions)
A list of conditions which would be applied together with an OR condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.orConditions(Consumer<PromptSearchCriteria.Builder>... orConditions)
A list of conditions which would be applied together with an OR condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.orConditions(PromptSearchCriteria... orConditions)
A list of conditions which would be applied together with an OR condition.
|
default PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.Builder.stringCondition(StringCondition stringCondition)
A leaf node condition which can be used to specify a string condition.
|
PromptSearchCriteria.Builder |
PromptSearchCriteria.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PromptSearchCriteria.Builder> |
PromptSearchCriteria.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SearchPromptsRequest.Builder |
SearchPromptsRequest.Builder.searchCriteria(Consumer<PromptSearchCriteria.Builder> searchCriteria)
The search criteria to be used to return prompts.
|
Copyright © 2023. All rights reserved.