public static interface ListIntentsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListIntentsRequest.Builder,ListIntentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListIntentsRequest.Builder |
botId(String botId)
The unique identifier of the bot that contains the intent.
|
ListIntentsRequest.Builder |
botVersion(String botVersion)
The version of the bot that contains the intent.
|
ListIntentsRequest.Builder |
filters(Collection<IntentFilter> filters)
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
ListIntentsRequest.Builder |
filters(Consumer<IntentFilter.Builder>... filters)
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
ListIntentsRequest.Builder |
filters(IntentFilter... filters)
Provides the specification of a filter used to limit the intents in the response to only those that match the
filter specification.
|
ListIntentsRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListIntentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of intents to return in each page of results.
|
ListIntentsRequest.Builder |
nextToken(String nextToken)
If the response from the
ListIntents operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListIntentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListIntentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListIntentsRequest.Builder |
sortBy(Consumer<IntentSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListIntents operation. |
ListIntentsRequest.Builder |
sortBy(IntentSortBy sortBy)
Determines the sort order for the response from the
ListIntents operation. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListIntentsRequest.Builder botId(String botId)
The unique identifier of the bot that contains the intent.
botId - The unique identifier of the bot that contains the intent.ListIntentsRequest.Builder botVersion(String botVersion)
The version of the bot that contains the intent.
botVersion - The version of the bot that contains the intent.ListIntentsRequest.Builder localeId(String localeId)
The identifier of the language and locale of the intents 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 intents to list. The string must match one of the
supported locales. For more information, see Supported languages.ListIntentsRequest.Builder sortBy(IntentSortBy sortBy)
Determines the sort order for the response from the ListIntents operation. You can choose to
sort by the intent name or last updated date in either ascending or descending order.
sortBy - Determines the sort order for the response from the ListIntents operation. You can choose
to sort by the intent name or last updated date in either ascending or descending order.default ListIntentsRequest.Builder sortBy(Consumer<IntentSortBy.Builder> sortBy)
Determines the sort order for the response from the ListIntents operation. You can choose to
sort by the intent name or last updated date in either ascending or descending order.
IntentSortBy.Builder avoiding the need to
create one manually via IntentSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortBy(IntentSortBy).sortBy - a consumer that will call methods on IntentSortBy.BuildersortBy(IntentSortBy)ListIntentsRequest.Builder filters(Collection<IntentFilter> filters)
Provides the specification of a filter used to limit the intents 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 intents in the response to only those that
match the filter specification. You can only specify one filter and only one string to filter on.ListIntentsRequest.Builder filters(IntentFilter... filters)
Provides the specification of a filter used to limit the intents 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 intents in the response to only those that
match the filter specification. You can only specify one filter and only one string to filter on.ListIntentsRequest.Builder filters(Consumer<IntentFilter.Builder>... filters)
Provides the specification of a filter used to limit the intents 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) ListIntentsRequest.Builder maxResults(Integer maxResults)
The maximum number of intents 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 intents 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.ListIntentsRequest.Builder nextToken(String nextToken)
If the response from the ListIntents 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 ListIntents 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.ListIntentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListIntentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.