public static interface BotLocaleFilter.Builder extends SdkPojo, CopyableBuilder<BotLocaleFilter.Builder,BotLocaleFilter>
| Modifier and Type | Method and Description |
|---|---|
BotLocaleFilter.Builder |
name(BotLocaleFilterName name)
The name of the field to filter the list of bots.
|
BotLocaleFilter.Builder |
name(String name)
The name of the field to filter the list of bots.
|
BotLocaleFilter.Builder |
operator(BotLocaleFilterOperator operator)
The operator to use for the filter.
|
BotLocaleFilter.Builder |
operator(String operator)
The operator to use for the filter.
|
BotLocaleFilter.Builder |
values(Collection<String> values)
The value to use for filtering the list of bots.
|
BotLocaleFilter.Builder |
values(String... values)
The value to use for filtering the list of bots.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBotLocaleFilter.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.BotLocaleFilterName,
BotLocaleFilterNameBotLocaleFilter.Builder name(BotLocaleFilterName name)
The name of the field to filter the list of bots.
name - The name of the field to filter the list of bots.BotLocaleFilterName,
BotLocaleFilterNameBotLocaleFilter.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.BotLocaleFilter.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.BotLocaleFilter.Builder operator(String operator)
The operator to use for the filter. Specify EQ when the ListBotLocales operation
should return only aliases that equal the specified value. Specify CO when the
ListBotLocales operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListBotLocales
operation should return only aliases that equal the specified value. Specify CO when the
ListBotLocales operation should return aliases that contain the specified value.BotLocaleFilterOperator,
BotLocaleFilterOperatorBotLocaleFilter.Builder operator(BotLocaleFilterOperator operator)
The operator to use for the filter. Specify EQ when the ListBotLocales operation
should return only aliases that equal the specified value. Specify CO when the
ListBotLocales operation should return aliases that contain the specified value.
operator - The operator to use for the filter. Specify EQ when the ListBotLocales
operation should return only aliases that equal the specified value. Specify CO when the
ListBotLocales operation should return aliases that contain the specified value.BotLocaleFilterOperator,
BotLocaleFilterOperatorCopyright © 2022. All rights reserved.