public static interface ListBuiltInSlotTypesResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBuiltInSlotTypesResponse.Builder,ListBuiltInSlotTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListBuiltInSlotTypesResponse.Builder |
builtInSlotTypeSummaries(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
ListBuiltInSlotTypesResponse.Builder |
builtInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
ListBuiltInSlotTypesResponse.Builder |
builtInSlotTypeSummaries(Consumer<BuiltInSlotTypeSummary.Builder>... builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request.
|
ListBuiltInSlotTypesResponse.Builder |
localeId(String localeId)
The language and locale of the slot types in the list.
|
ListBuiltInSlotTypesResponse.Builder |
nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBuiltInSlotTypesResponse.Builder builtInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults parameter of the request. If there are more
slot types available, the nextToken field contains a token to get the next page of results.
builtInSlotTypeSummaries - Summary information for the built-in slot types that meet the filter criteria specified in the
request. The length of the list is specified in the maxResults parameter of the request.
If there are more slot types available, the nextToken field contains a token to get the
next page of results.ListBuiltInSlotTypesResponse.Builder builtInSlotTypeSummaries(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults parameter of the request. If there are more
slot types available, the nextToken field contains a token to get the next page of results.
builtInSlotTypeSummaries - Summary information for the built-in slot types that meet the filter criteria specified in the
request. The length of the list is specified in the maxResults parameter of the request.
If there are more slot types available, the nextToken field contains a token to get the
next page of results.ListBuiltInSlotTypesResponse.Builder builtInSlotTypeSummaries(Consumer<BuiltInSlotTypeSummary.Builder>... builtInSlotTypeSummaries)
Summary information for the built-in slot types that meet the filter criteria specified in the request. The
length of the list is specified in the maxResults parameter of the request. If there are more
slot types available, the nextToken field contains a token to get the next page of results.
List.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 #builtInSlotTypeSummaries(List) .builtInSlotTypeSummaries - a consumer that will call methods on List.Builder #builtInSlotTypeSummaries(List) ListBuiltInSlotTypesResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes operation. If the nextToken field is present, you send the
contents as the nextToken parameter of a LIstBuiltInSlotTypes operation request to
get the next page of results.
nextToken - A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypes operation. If the nextToken field is present, you send
the contents as the nextToken parameter of a LIstBuiltInSlotTypes operation
request to get the next page of results.ListBuiltInSlotTypesResponse.Builder localeId(String localeId)
The language and locale of the slot types in the list.
localeId - The language and locale of the slot types in the list.Copyright © 2021. All rights reserved.