ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.botId(String botId) |
The unique identifier of the bot that contains the slot types.
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.botVersion(String botVersion) |
The version of the bot that contains the slot type.
|
static ListSlotTypesRequest.Builder |
ListSlotTypesRequest.builder() |
|
ListSlotTypesRequest.Builder |
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 |
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 |
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 |
ListSlotTypesRequest.Builder.localeId(String localeId) |
The identifier of the language and locale of the slot types to list.
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.maxResults(Integer maxResults) |
The maximum number of slot types to return in each page of results.
|
ListSlotTypesRequest.Builder |
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 |
ListSlotTypesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.sortBy(Consumer<SlotTypeSortBy.Builder> sortBy) |
Determines the sort order for the response from the ListSlotTypes operation.
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.Builder.sortBy(SlotTypeSortBy sortBy) |
Determines the sort order for the response from the ListSlotTypes operation.
|
ListSlotTypesRequest.Builder |
ListSlotTypesRequest.toBuilder() |
|