Interface ListParallelDataResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListParallelDataResponse.Builder,ListParallelDataResponse>,SdkBuilder<ListParallelDataResponse.Builder,ListParallelDataResponse>,SdkPojo,SdkResponse.Builder,TranslateResponse.Builder
- Enclosing class:
- ListParallelDataResponse
public static interface ListParallelDataResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ListParallelDataResponse.Builder,ListParallelDataResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListParallelDataResponse.BuildernextToken(String nextToken)The string to use in a subsequent request to get the next page of results in a paginated response.ListParallelDataResponse.BuilderparallelDataPropertiesList(Collection<ParallelDataProperties> parallelDataPropertiesList)The properties of the parallel data resources returned by this request.ListParallelDataResponse.BuilderparallelDataPropertiesList(Consumer<ParallelDataProperties.Builder>... parallelDataPropertiesList)The properties of the parallel data resources returned by this request.ListParallelDataResponse.BuilderparallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)The properties of the parallel data resources returned by this request.-
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, sdkFieldNameToField, 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
-
parallelDataPropertiesList
ListParallelDataResponse.Builder parallelDataPropertiesList(Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
- Parameters:
parallelDataPropertiesList- The properties of the parallel data resources returned by this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelDataPropertiesList
ListParallelDataResponse.Builder parallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
- Parameters:
parallelDataPropertiesList- The properties of the parallel data resources returned by this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parallelDataPropertiesList
ListParallelDataResponse.Builder parallelDataPropertiesList(Consumer<ParallelDataProperties.Builder>... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
This is a convenience method that creates an instance of theParallelDataProperties.Builderavoiding the need to create one manually viaParallelDataProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#parallelDataPropertiesList(List.) - Parameters:
parallelDataPropertiesList- a consumer that will call methods onParallelDataProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#parallelDataPropertiesList(java.util.Collection)
-
nextToken
ListParallelDataResponse.Builder nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.
- Parameters:
nextToken- The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-