public static interface GetBuiltinSlotTypesRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
Modifier and Type | Method and Description |
---|---|
GetBuiltinSlotTypesRequest.Builder |
locale(Locale locale)
A list of locales that the slot type supports.
|
GetBuiltinSlotTypesRequest.Builder |
locale(String 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBuiltinSlotTypesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetBuiltinSlotTypesRequest.Builder |
signatureContains(String signatureContains)
Substring to match in built-in slot type signatures.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
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 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.GetBuiltinSlotTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBuiltinSlotTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.