public static interface ListParallelDataResponse.Builder extends TranslateResponse.Builder, SdkPojo, CopyableBuilder<ListParallelDataResponse.Builder,ListParallelDataResponse>
| Modifier and Type | Method and Description |
|---|---|
ListParallelDataResponse.Builder |
nextToken(String nextToken)
The string to use in a subsequent request to get the next page of results in a paginated response.
|
ListParallelDataResponse.Builder |
parallelDataPropertiesList(Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
ListParallelDataResponse.Builder |
parallelDataPropertiesList(Consumer<ParallelDataProperties.Builder>... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
ListParallelDataResponse.Builder |
parallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListParallelDataResponse.Builder parallelDataPropertiesList(Collection<ParallelDataProperties> parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
parallelDataPropertiesList - The properties of the parallel data resources returned by this request.ListParallelDataResponse.Builder parallelDataPropertiesList(ParallelDataProperties... parallelDataPropertiesList)
The properties of the parallel data resources returned by this request.
parallelDataPropertiesList - The properties of the parallel data resources returned by this request.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 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 #parallelDataPropertiesList(List) .parallelDataPropertiesList - a consumer that will call methods on List.Builder #parallelDataPropertiesList(List) 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.
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.Copyright © 2022. All rights reserved.