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 retreive 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListTextTranslationJobsResponse.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 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 #textTranslationJobPropertiesList(List)
.textTranslationJobPropertiesList
- a consumer that will call methods on List.Builder
#textTranslationJobPropertiesList(List)
ListTextTranslationJobsResponse.Builder nextToken(String nextToken)
The token to use to retreive the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retreive the next page of results. This value is null
when there are
no more results to return.Copyright © 2021. All rights reserved.