Interface ListTerminologiesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTerminologiesResponse.Builder,
,ListTerminologiesResponse> SdkBuilder<ListTerminologiesResponse.Builder,
,ListTerminologiesResponse> SdkPojo
,SdkResponse.Builder
,TranslateResponse.Builder
- Enclosing class:
ListTerminologiesResponse
public static interface ListTerminologiesResponse.Builder
extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ListTerminologiesResponse.Builder,ListTerminologiesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.terminologyPropertiesList
(Collection<TerminologyProperties> terminologyPropertiesList) The properties list of the custom terminologies returned on the list request.terminologyPropertiesList
(Consumer<TerminologyProperties.Builder>... terminologyPropertiesList) The properties list of the custom terminologies returned on the list request.terminologyPropertiesList
(TerminologyProperties... terminologyPropertiesList) The properties list of the custom terminologies returned on the list request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
Methods inherited from interface software.amazon.awssdk.services.translate.model.TranslateResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
terminologyPropertiesList
ListTerminologiesResponse.Builder terminologyPropertiesList(Collection<TerminologyProperties> terminologyPropertiesList) The properties list of the custom terminologies returned on the list request.
- Parameters:
terminologyPropertiesList
- The properties list of the custom terminologies returned on the list request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminologyPropertiesList
ListTerminologiesResponse.Builder terminologyPropertiesList(TerminologyProperties... terminologyPropertiesList) The properties list of the custom terminologies returned on the list request.
- Parameters:
terminologyPropertiesList
- The properties list of the custom terminologies returned on the list request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
terminologyPropertiesList
ListTerminologiesResponse.Builder terminologyPropertiesList(Consumer<TerminologyProperties.Builder>... terminologyPropertiesList) The properties list of the custom terminologies returned on the list request.
This is a convenience method that creates an instance of theTerminologyProperties.Builder
avoiding the need to create one manually viaTerminologyProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toterminologyPropertiesList(List<TerminologyProperties>)
.- Parameters:
terminologyPropertiesList
- a consumer that will call methods onTerminologyProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
- Parameters:
nextToken
- If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-