public static interface IntentFilter.Builder extends SdkPojo, CopyableBuilder<IntentFilter.Builder,IntentFilter>
| Modifier and Type | Method and Description |
|---|---|
IntentFilter.Builder |
name(IntentFilterName name)
The name of the field to use for the filter.
|
IntentFilter.Builder |
name(String name)
The name of the field to use for the filter.
|
IntentFilter.Builder |
operator(IntentFilterOperator operator)
The operator to use for the filter.
|
IntentFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
IntentFilter.Builder |
values(Collection<String> values)
The value to use for the filter.
|
IntentFilter.Builder |
values(String... values)
The value to use for the filter.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildIntentFilter.Builder name(String name)
The name of the field to use for the filter.
name - The name of the field to use for the filter.IntentFilterName,
IntentFilterNameIntentFilter.Builder name(IntentFilterName name)
The name of the field to use for the filter.
name - The name of the field to use for the filter.IntentFilterName,
IntentFilterNameIntentFilter.Builder values(Collection<String> values)
The value to use for the filter.
values - The value to use for the filter.IntentFilter.Builder values(String... values)
The value to use for the filter.
values - The value to use for the filter.IntentFilter.Builder operator(String operator)
The operator to use for the filter. Specify EQ when the ListIntents operation
should return only aliases that equal the specified value. Specify CO when the
ListIntents operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListIntents
operation should return only aliases that equal the specified value. Specify CO when the
ListIntents operation should return aliases that contain the specified value.IntentFilterOperator,
IntentFilterOperatorIntentFilter.Builder operator(IntentFilterOperator operator)
The operator to use for the filter. Specify EQ when the ListIntents operation
should return only aliases that equal the specified value. Specify CO when the
ListIntents operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListIntents
operation should return only aliases that equal the specified value. Specify CO when the
ListIntents operation should return aliases that contain the specified value.IntentFilterOperator,
IntentFilterOperatorCopyright © 2023. All rights reserved.