public static interface ListBuiltInSlotTypesRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBuiltInSlotTypesRequest.Builder,ListBuiltInSlotTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInSlotTypesRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the slot types to list.
|
ListBuiltInSlotTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of built-in slot types to return in each page of results.
|
ListBuiltInSlotTypesRequest.Builder |
nextToken(String nextToken)
If the response from the
ListBuiltInSlotTypes operation contains more results than specified in
the maxResults parameter, a token is returned in the response. |
ListBuiltInSlotTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBuiltInSlotTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBuiltInSlotTypesRequest.Builder |
sortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
default ListBuiltInSlotTypesRequest.Builder |
sortBy(Consumer<BuiltInSlotTypeSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListBuiltInSlotTypes operation. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuiltInSlotTypesRequest.Builder localeId(String localeId)
The identifier of the language and locale of the slot types 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 slot types to list. The string must match one of the
supported locales. For more information, see Supported languages.ListBuiltInSlotTypesRequest.Builder sortBy(BuiltInSlotTypeSortBy sortBy)
Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can
choose to sort by the slot type signature in either ascending or descending order.
sortBy - Determines the sort order for the response from the ListBuiltInSlotTypes operation. You
can choose to sort by the slot type signature in either ascending or descending order.default ListBuiltInSlotTypesRequest.Builder sortBy(Consumer<BuiltInSlotTypeSortBy.Builder> sortBy)
Determines the sort order for the response from the ListBuiltInSlotTypes operation. You can
choose to sort by the slot type signature in either ascending or descending order.
BuiltInSlotTypeSortBy.Builder avoiding the need
to create one manually via BuiltInSlotTypeSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to sortBy(BuiltInSlotTypeSortBy).sortBy - a consumer that will call methods on BuiltInSlotTypeSortBy.BuildersortBy(BuiltInSlotTypeSortBy)ListBuiltInSlotTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of built-in slot types 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 slot types 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.ListBuiltInSlotTypesRequest.Builder nextToken(String nextToken)
If the response from the ListBuiltInSlotTypes 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 ListBuiltInSlotTypes 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.ListBuiltInSlotTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBuiltInSlotTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.