public static interface ListBuiltInIntentsRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBuiltInIntentsRequest.Builder,ListBuiltInIntentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInIntentsRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the intents to list.
|
ListBuiltInIntentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of built-in intents to return in each page of results.
|
ListBuiltInIntentsRequest.Builder |
nextToken(String nextToken)
If the response from the
ListBuiltInIntents operation contains more results than specified in
the maxResults parameter, a token is returned in the response. |
ListBuiltInIntentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBuiltInIntentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBuiltInIntentsRequest.Builder |
sortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents.
|
default ListBuiltInIntentsRequest.Builder |
sortBy(Consumer<BuiltInIntentSortBy.Builder> sortBy)
Specifies sorting parameters for the list of built-in intents.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuiltInIntentsRequest.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.ListBuiltInIntentsRequest.Builder sortBy(BuiltInIntentSortBy sortBy)
Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.
sortBy - Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted
by the built-in intent signature in either ascending or descending order.default ListBuiltInIntentsRequest.Builder sortBy(Consumer<BuiltInIntentSortBy.Builder> sortBy)
Specifies sorting parameters for the list of built-in intents. You can specify that the list be sorted by the built-in intent signature in either ascending or descending order.
This is a convenience method that creates an instance of theBuiltInIntentSortBy.Builder avoiding the
need to create one manually via BuiltInIntentSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sortBy(BuiltInIntentSortBy).
sortBy - a consumer that will call methods on BuiltInIntentSortBy.BuildersortBy(BuiltInIntentSortBy)ListBuiltInIntentsRequest.Builder maxResults(Integer maxResults)
The maximum number of built-in 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 built-in 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.ListBuiltInIntentsRequest.Builder nextToken(String nextToken)
If the response from the ListBuiltInIntents 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 ListBuiltInIntents 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.ListBuiltInIntentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBuiltInIntentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.