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 theParallelDataProperties.Builder avoiding the need to
create one manually via
ParallelDataProperties.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #parallelDataPropertiesList(List.
parallelDataPropertiesList - a consumer that will call methods on
ParallelDataProperties.Builder#parallelDataPropertiesList(java.util.Collection) 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 © 2023. All rights reserved.