| Package | Description |
|---|---|
| software.amazon.awssdk.services.connect.model |
| Modifier and Type | Method and Description |
|---|---|
static StringCondition.Builder |
StringCondition.builder() |
StringCondition.Builder |
StringCondition.Builder.comparisonType(String comparisonType)
The type of comparison to be made when evaluating the string condition.
|
StringCondition.Builder |
StringCondition.Builder.comparisonType(StringComparisonType comparisonType)
The type of comparison to be made when evaluating the string condition.
|
StringCondition.Builder |
StringCondition.Builder.fieldName(String fieldName)
The name of the field in the string condition.
|
StringCondition.Builder |
StringCondition.toBuilder() |
StringCondition.Builder |
StringCondition.Builder.value(String value)
The value of the string.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StringCondition.Builder> |
StringCondition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UserSearchCriteria.Builder |
UserSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
A leaf node condition which can be used to specify a string condition.
|
default SecurityProfileSearchCriteria.Builder |
SecurityProfileSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
Sets the value of the StringCondition property for this object.
|
default RoutingProfileSearchCriteria.Builder |
RoutingProfileSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
Sets the value of the StringCondition property for this object.
|
default QueueSearchCriteria.Builder |
QueueSearchCriteria.Builder.stringCondition(Consumer<StringCondition.Builder> stringCondition)
Sets the value of the StringCondition property for this object.
|
Copyright © 2023. All rights reserved.