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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theTerminologyProperties.Builder avoiding the need to
create one manually via
TerminologyProperties.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #terminologyPropertiesList(List.
terminologyPropertiesList - a consumer that will call methods on
TerminologyProperties.Builder#terminologyPropertiesList(java.util.Collection) 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 © 2023. All rights reserved.