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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListTextTranslationJobsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.ListTextTranslationJobsResponse.BuildertextTranslationJobPropertiesList(Collection<TextTranslationJobProperties> textTranslationJobPropertiesList)A list containing the properties of each job that is returned.ListTextTranslationJobsResponse.BuildertextTranslationJobPropertiesList(Consumer<TextTranslationJobProperties.Builder>... textTranslationJobPropertiesList)A list containing the properties of each job that is returned.ListTextTranslationJobsResponse.BuildertextTranslationJobPropertiesList(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 Detail
-
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.Builderavoiding the need to create one manually viaTextTranslationJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#textTranslationJobPropertiesList(List.) - 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:
#textTranslationJobPropertiesList(java.util.Collection)
-
nextToken
ListTextTranslationJobsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-