Interface GetBuiltinSlotTypesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>,LexModelBuildingRequest.Builder,SdkBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetBuiltinSlotTypesRequest
public static interface GetBuiltinSlotTypesRequest.Builder extends LexModelBuildingRequest.Builder, SdkPojo, CopyableBuilder<GetBuiltinSlotTypesRequest.Builder,GetBuiltinSlotTypesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBuiltinSlotTypesRequest.Builderlocale(String locale)A list of locales that the slot type supports.GetBuiltinSlotTypesRequest.Builderlocale(Locale locale)A list of locales that the slot type supports.GetBuiltinSlotTypesRequest.BuildermaxResults(Integer maxResults)The maximum number of slot types to return in the response.GetBuiltinSlotTypesRequest.BuildernextToken(String nextToken)A pagination token that fetches the next page of slot types.GetBuiltinSlotTypesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetBuiltinSlotTypesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetBuiltinSlotTypesRequest.BuildersignatureContains(String signatureContains)Substring to match in built-in slot type signatures.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelbuilding.model.LexModelBuildingRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
locale
GetBuiltinSlotTypesRequest.Builder locale(String 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.
-
signatureContains
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."
- Parameters:
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."- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetBuiltinSlotTypesRequest.Builder maxResults(Integer maxResults)
The maximum number of slot types to return in the response. The default is 10.
- Parameters:
maxResults- The maximum number of slot types to return in the response. The default is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetBuiltinSlotTypesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetBuiltinSlotTypesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-