Interface ListTextTranslationJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListTextTranslationJobsResponse.Builder,
,ListTextTranslationJobsResponse> SdkBuilder<ListTextTranslationJobsResponse.Builder,
,ListTextTranslationJobsResponse> SdkPojo
,SdkResponse.Builder
,TranslateResponse.Builder
- Enclosing class:
ListTextTranslationJobsResponse
public static interface ListTextTranslationJobsResponse.Builder
extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ListTextTranslationJobsResponse.Builder,ListTextTranslationJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.textTranslationJobPropertiesList
(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList) A list containing the properties of each job that is returned.textTranslationJobPropertiesList
(Consumer<TextTranslationJobProperties.Builder>... textTranslationJobPropertiesList) A list containing the properties of each job that is returned.textTranslationJobPropertiesList
(TextTranslationJobProperties... textTranslationJobPropertiesList) A list containing the properties of each job that is returned.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
-
textTranslationJobPropertiesList
ListTextTranslationJobsResponse.Builder textTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList) A list containing the properties of each job that is returned.
- Parameters:
textTranslationJobPropertiesList
- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textTranslationJobPropertiesList
ListTextTranslationJobsResponse.Builder textTranslationJobPropertiesList(TextTranslationJobProperties... textTranslationJobPropertiesList) A list containing the properties of each job that is returned.
- Parameters:
textTranslationJobPropertiesList
- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
textTranslationJobPropertiesList
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 viaTextTranslationJobProperties.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totextTranslationJobPropertiesList(List<TextTranslationJobProperties>)
.- Parameters:
textTranslationJobPropertiesList
- a consumer that will call methods onTextTranslationJobProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-