public static interface ListTextTranslationJobsResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ListTextTranslationJobsResponse.Builder,ListTextTranslationJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListTextTranslationJobsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListTextTranslationJobsResponse.Builder |
textTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTextTranslationJobsResponse.Builder |
textTranslationJobPropertiesList(Consumer<TextTranslationJobProperties.Builder>... textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListTextTranslationJobsResponse.Builder |
textTranslationJobPropertiesList(TextTranslationJobProperties... textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTextTranslationJobsResponse.Builder textTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
textTranslationJobPropertiesList - A list containing the properties of each job that is returned.ListTextTranslationJobsResponse.Builder textTranslationJobPropertiesList(TextTranslationJobProperties... textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
textTranslationJobPropertiesList - A list containing the properties of each job that is returned.ListTextTranslationJobsResponse.Builder textTranslationJobPropertiesList(Consumer<TextTranslationJobProperties.Builder>... textTranslationJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience method that creates an instance of theTextTranslationJobProperties.Builder avoiding the
need to create one manually via
TextTranslationJobProperties.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #textTranslationJobPropertiesList(List.
textTranslationJobPropertiesList - a consumer that will call methods on
TextTranslationJobProperties.Builder#textTranslationJobPropertiesList(java.util.Collection) ListTextTranslationJobsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.