public static interface ListSlotTypesRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListSlotTypesRequest.Builder,ListSlotTypesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListSlotTypesRequest.Builder |
botId(String botId)
The unique identifier of the bot that contains the slot types.
|
ListSlotTypesRequest.Builder |
botVersion(String botVersion)
The version of the bot that contains the slot type.
|
ListSlotTypesRequest.Builder |
filters(Collection<SlotTypeFilter> filters)
Provides the specification of a filter used to limit the slot types in the response to only those that match
the filter specification.
|
ListSlotTypesRequest.Builder |
filters(Consumer<SlotTypeFilter.Builder>... filters)
Provides the specification of a filter used to limit the slot types in the response to only those that match
the filter specification.
|
ListSlotTypesRequest.Builder |
filters(SlotTypeFilter... filters)
Provides the specification of a filter used to limit the slot types in the response to only those that match
the filter specification.
|
ListSlotTypesRequest.Builder |
localeId(String localeId)
The identifier of the language and locale of the slot types to list.
|
ListSlotTypesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of slot types to return in each page of results.
|
ListSlotTypesRequest.Builder |
nextToken(String nextToken)
If the response from the
ListSlotTypes operation contains more results than specified in the
maxResults parameter, a token is returned in the response. |
ListSlotTypesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListSlotTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListSlotTypesRequest.Builder |
sortBy(Consumer<SlotTypeSortBy.Builder> sortBy)
Determines the sort order for the response from the
ListSlotTypes operation. |
ListSlotTypesRequest.Builder |
sortBy(SlotTypeSortBy sortBy)
Determines the sort order for the response from the
ListSlotTypes operation. |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListSlotTypesRequest.Builder botId(String botId)
The unique identifier of the bot that contains the slot types.
botId - The unique identifier of the bot that contains the slot types.ListSlotTypesRequest.Builder botVersion(String botVersion)
The version of the bot that contains the slot type.
botVersion - The version of the bot that contains the slot type.ListSlotTypesRequest.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 https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.
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 https://docs.aws.amazon.com/lex/latest/dg/supported-locales.html.ListSlotTypesRequest.Builder sortBy(SlotTypeSortBy sortBy)
Determines the sort order for the response from the ListSlotTypes operation. You can choose to
sort by the slot type name or last updated date in either ascending or descending order.
sortBy - Determines the sort order for the response from the ListSlotTypes operation. You can
choose to sort by the slot type name or last updated date in either ascending or descending order.default ListSlotTypesRequest.Builder sortBy(Consumer<SlotTypeSortBy.Builder> sortBy)
Determines the sort order for the response from the ListSlotTypes operation. You can choose to
sort by the slot type name or last updated date in either ascending or descending order.
SlotTypeSortBy.Builder avoiding the need to
create one manually via SlotTypeSortBy.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to sortBy(SlotTypeSortBy).sortBy - a consumer that will call methods on SlotTypeSortBy.BuildersortBy(SlotTypeSortBy)ListSlotTypesRequest.Builder filters(Collection<SlotTypeFilter> filters)
Provides the specification of a filter used to limit the slot types 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 slot types in the response to only those that
match the filter specification. You can only specify one filter and only one string to filter on.ListSlotTypesRequest.Builder filters(SlotTypeFilter... filters)
Provides the specification of a filter used to limit the slot types 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 slot types in the response to only those that
match the filter specification. You can only specify one filter and only one string to filter on.ListSlotTypesRequest.Builder filters(Consumer<SlotTypeFilter.Builder>... filters)
Provides the specification of a filter used to limit the slot types 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) ListSlotTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of 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 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.ListSlotTypesRequest.Builder nextToken(String nextToken)
If the response from the ListSlotTypes 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 ListSlotTypes 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.ListSlotTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListSlotTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.