public static interface ListTerminologiesResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ListTerminologiesResponse.Builder,ListTerminologiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTerminologiesResponse.Builder |
nextToken(String nextToken)
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom
terminologies.
|
ListTerminologiesResponse.Builder |
terminologyPropertiesList(Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
|
ListTerminologiesResponse.Builder |
terminologyPropertiesList(Consumer<TerminologyProperties.Builder>... terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
|
ListTerminologiesResponse.Builder |
terminologyPropertiesList(TerminologyProperties... terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListTerminologiesResponse.Builder terminologyPropertiesList(Collection<TerminologyProperties> terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
terminologyPropertiesList - The properties list of the custom terminologies returned on the list request.ListTerminologiesResponse.Builder terminologyPropertiesList(TerminologyProperties... terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
terminologyPropertiesList - The properties list of the custom terminologies returned on the list request.ListTerminologiesResponse.Builder terminologyPropertiesList(Consumer<TerminologyProperties.Builder>... terminologyPropertiesList)
The properties list of the custom terminologies returned on the list request.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #terminologyPropertiesList(List) .terminologyPropertiesList - a consumer that will call methods on List.Builder #terminologyPropertiesList(List) ListTerminologiesResponse.Builder nextToken(String nextToken)
If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom terminologies.
nextToken - If the response to the ListTerminologies was truncated, the NextToken fetches the next group of custom
terminologies.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.