Interface ListBuiltInSlotTypesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListBuiltInSlotTypesResponse.Builder,ListBuiltInSlotTypesResponse>,LexModelsV2Response.Builder,SdkBuilder<ListBuiltInSlotTypesResponse.Builder,ListBuiltInSlotTypesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListBuiltInSlotTypesResponse
public static interface ListBuiltInSlotTypesResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBuiltInSlotTypesResponse.Builder,ListBuiltInSlotTypesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBuiltInSlotTypesResponse.BuilderbuiltInSlotTypeSummaries(Collection<BuiltInSlotTypeSummary> builtInSlotTypeSummaries)Summary information for the built-in slot types that meet the filter criteria specified in the request.ListBuiltInSlotTypesResponse.BuilderbuiltInSlotTypeSummaries(Consumer<BuiltInSlotTypeSummary.Builder>... builtInSlotTypeSummaries)Summary information for the built-in slot types that meet the filter criteria specified in the request.ListBuiltInSlotTypesResponse.BuilderbuiltInSlotTypeSummaries(BuiltInSlotTypeSummary... builtInSlotTypeSummaries)Summary information for the built-in slot types that meet the filter criteria specified in the request.ListBuiltInSlotTypesResponse.BuilderlocaleId(String localeId)The language and locale of the slot types in the list.ListBuiltInSlotTypesResponse.BuildernextToken(String nextToken)A token that indicates whether there are more results to return in a response to theListBuiltInSlotTypesoperation.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
builtInSlotTypeSummaries
ListBuiltInSlotTypesResponse.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
maxResultsparameter of the request. If there are more slot types available, thenextTokenfield contains a token to get the next page of results.- Parameters:
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 themaxResultsparameter of the request. If there are more slot types available, thenextTokenfield contains a token to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
builtInSlotTypeSummaries
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
maxResultsparameter of the request. If there are more slot types available, thenextTokenfield contains a token to get the next page of results.- Parameters:
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 themaxResultsparameter of the request. If there are more slot types available, thenextTokenfield contains a token to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
builtInSlotTypeSummaries
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
This is a convenience method that creates an instance of themaxResultsparameter of the request. If there are more slot types available, thenextTokenfield contains a token to get the next page of results.BuiltInSlotTypeSummary.Builderavoiding the need to create one manually viaBuiltInSlotTypeSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#builtInSlotTypeSummaries(List.) - Parameters:
builtInSlotTypeSummaries- a consumer that will call methods onBuiltInSlotTypeSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#builtInSlotTypeSummaries(java.util.Collection)
-
nextToken
ListBuiltInSlotTypesResponse.Builder nextToken(String nextToken)
A token that indicates whether there are more results to return in a response to the
ListBuiltInSlotTypesoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aLIstBuiltInSlotTypesoperation request to get the next page of results.- Parameters:
nextToken- A token that indicates whether there are more results to return in a response to theListBuiltInSlotTypesoperation. If thenextTokenfield is present, you send the contents as thenextTokenparameter of aLIstBuiltInSlotTypesoperation request to get the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
ListBuiltInSlotTypesResponse.Builder localeId(String localeId)
The language and locale of the slot types in the list.
- Parameters:
localeId- The language and locale of the slot types in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-