CopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
, SdkBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
public static interface GetBuiltinSlotTypesRequest.Builder extends CopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
Modifier and Type | Method | Description |
---|---|---|
GetBuiltinSlotTypesRequest.Builder |
locale(String locale) |
A list of locales that the slot type supports.
|
GetBuiltinSlotTypesRequest.Builder |
locale(Locale locale) |
A list of locales that the slot type supports.
|
GetBuiltinSlotTypesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of slot types to return in the response.
|
GetBuiltinSlotTypesRequest.Builder |
nextToken(String nextToken) |
A pagination token that fetches the next page of slot types.
|
GetBuiltinSlotTypesRequest.Builder |
signatureContains(String signatureContains) |
Substring to match in built-in slot type signatures.
|
copy
apply, build
GetBuiltinSlotTypesRequest.Builder locale(String locale)
A list of locales that the slot type supports.
locale
- A list of locales that the slot type supports.Locale
GetBuiltinSlotTypesRequest.Builder locale(Locale locale)
A list of locales that the slot type supports.
locale
- A list of locales that the slot type supports.Locale
GetBuiltinSlotTypesRequest.Builder signatureContains(String signatureContains)
Substring to match in built-in slot type signatures. A slot type will be returned if any part of its signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."
signatureContains
- Substring to match in built-in slot type signatures. A slot type will be returned if any part of its
signature matches the substring. For example, "xyz" matches both "xyzabc" and "abcxyz."GetBuiltinSlotTypesRequest.Builder nextToken(String nextToken)
A pagination token that fetches the next page of slot types. If the response to this API call is truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot types, specify the pagination token in the next request.
nextToken
- A pagination token that fetches the next page of slot types. If the response to this API call is
truncated, Amazon Lex returns a pagination token in the response. To fetch the next page of slot
types, specify the pagination token in the next request.GetBuiltinSlotTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of slot types to return in the response. The default is 10.
maxResults
- The maximum number of slot types to return in the response. The default is 10.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.