public static interface ListSlotsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListSlotsRequest.Builder,ListSlotsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSlotsRequest.Builder |
botId(String botId)
The identifier of the bot that contains the slot.
|
ListSlotsRequest.Builder |
botVersion(String botVersion)
The version of the bot that contains the slot.
|
ListSlotsRequest.Builder |
filters(Collection<SlotFilter> filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the
filter specification.
|
ListSlotsRequest.Builder |
filters(Consumer<SlotFilter.Builder>... filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the
filter specification.
|
ListSlotsRequest.Builder |
filters(SlotFilter... filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the
filter specification.
|
ListSlotsRequest.Builder |
intentId(String intentId)
The unique identifier of the intent that contains the slot.
|
ListSlotsRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the slots to list.
|
ListSlotsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of slots to return in each page of results.
|
ListSlotsRequest.Builder |
nextToken(String nextToken)
If the response from the
ListSlots operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListSlotsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSlotsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListSlotsRequest.Builder |
sortBy(Consumer<SlotSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListSlots operation. |
ListSlotsRequest.Builder |
sortBy(SlotSortBy sortBy)
Determines the sort order for the response from the
ListSlots operation. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSlotsRequest.Builder botId(String botId)
The identifier of the bot that contains the slot.
botId - The identifier of the bot that contains the slot.ListSlotsRequest.Builder botVersion(String botVersion)
The version of the bot that contains the slot.
botVersion - The version of the bot that contains the slot.ListSlotsRequest.Builder localeId(String localeId)
The identifier of the language and locale of the slots to list. The string must match one of the supported locales. For more information, see Supported languages.
localeId - The identifier of the language and locale of the slots to list. The string must match one of the
supported locales. For more information, see Supported languages.ListSlotsRequest.Builder intentId(String intentId)
The unique identifier of the intent that contains the slot.
intentId - The unique identifier of the intent that contains the slot.ListSlotsRequest.Builder sortBy(SlotSortBy sortBy)
Determines the sort order for the response from the ListSlots operation. You can choose to sort
by the slot name or last updated date in either ascending or descending order.
sortBy - Determines the sort order for the response from the ListSlots operation. You can choose
to sort by the slot name or last updated date in either ascending or descending order.default ListSlotsRequest.Builder sortBy(Consumer<SlotSortBy.Builder> sortBy)
Determines the sort order for the response from the ListSlots operation. You can choose to sort
by the slot name or last updated date in either ascending or descending order.
SlotSortBy.Builder avoiding the need to create
one manually via SlotSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to sortBy(SlotSortBy).sortBy - a consumer that will call methods on SlotSortBy.BuildersortBy(SlotSortBy)ListSlotsRequest.Builder filters(Collection<SlotFilter> filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.
filters - Provides the specification of a filter used to limit the slots in the response to only those that
match the filter specification. You can only specify one filter and only one string to filter on.ListSlotsRequest.Builder filters(SlotFilter... filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.
filters - Provides the specification of a filter used to limit the slots in the response to only those that
match the filter specification. You can only specify one filter and only one string to filter on.ListSlotsRequest.Builder filters(Consumer<SlotFilter.Builder>... filters)
Provides the specification of a filter used to limit the slots in the response to only those that match the filter specification. You can only specify one filter and only one string to filter on.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) ListSlotsRequest.Builder maxResults(Integer maxResults)
The maximum number of slots to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
maxResults - The maximum number of slots to return in each page of results. If there are fewer results than the max
page size, only the actual number of results are returned.ListSlotsRequest.Builder nextToken(String nextToken)
If the response from the ListSlots operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.
nextToken - If the response from the ListSlots operation contains more results than specified in the
maxResults parameter, a token is returned in the response. Use that token in the
nextToken parameter to return the next page of results.ListSlotsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSlotsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.