public static interface BotFilter.Builder extends SdkPojo, CopyableBuilder<BotFilter.Builder,BotFilter>
| Modifier and Type | Method and Description |
|---|---|
BotFilter.Builder |
name(BotFilterName name)
The name of the field to filter the list of bots.
|
BotFilter.Builder |
name(String name)
The name of the field to filter the list of bots.
|
BotFilter.Builder |
operator(BotFilterOperator operator)
The operator to use for the filter.
|
BotFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
BotFilter.Builder |
values(Collection<String> values)
The value to use for filtering the list of bots.
|
BotFilter.Builder |
values(String... values)
The value to use for filtering the list of bots.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotFilter.Builder name(String name)
The name of the field to filter the list of bots.
name - The name of the field to filter the list of bots.BotFilterName,
BotFilterNameBotFilter.Builder name(BotFilterName name)
The name of the field to filter the list of bots.
name - The name of the field to filter the list of bots.BotFilterName,
BotFilterNameBotFilter.Builder values(Collection<String> values)
The value to use for filtering the list of bots.
values - The value to use for filtering the list of bots.BotFilter.Builder values(String... values)
The value to use for filtering the list of bots.
values - The value to use for filtering the list of bots.BotFilter.Builder operator(String operator)
The operator to use for the filter. Specify EQ when the ListBots operation should
return only aliases that equal the specified value. Specify CO when the ListBots
operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListBots operation
should return only aliases that equal the specified value. Specify CO when the
ListBots operation should return aliases that contain the specified value.BotFilterOperator,
BotFilterOperatorBotFilter.Builder operator(BotFilterOperator operator)
The operator to use for the filter. Specify EQ when the ListBots operation should
return only aliases that equal the specified value. Specify CO when the ListBots
operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListBots operation
should return only aliases that equal the specified value. Specify CO when the
ListBots operation should return aliases that contain the specified value.BotFilterOperator,
BotFilterOperatorCopyright © 2023. All rights reserved.