public static interface ListProcessingJobsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListProcessingJobsResponse.Builder,ListProcessingJobsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListProcessingJobsResponse.Builder |
nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token.
|
ListProcessingJobsResponse.Builder |
processingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
ListProcessingJobsResponse.Builder |
processingJobSummaries(Consumer<ProcessingJobSummary.Builder>... processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
ListProcessingJobsResponse.Builder |
processingJobSummaries(ProcessingJobSummary... processingJobSummaries)
An array of
ProcessingJobSummary objects, each listing a processing job. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProcessingJobsResponse.Builder processingJobSummaries(Collection<ProcessingJobSummary> processingJobSummaries)
An array of ProcessingJobSummary objects, each listing a processing job.
processingJobSummaries - An array of ProcessingJobSummary objects, each listing a processing job.ListProcessingJobsResponse.Builder processingJobSummaries(ProcessingJobSummary... processingJobSummaries)
An array of ProcessingJobSummary objects, each listing a processing job.
processingJobSummaries - An array of ProcessingJobSummary objects, each listing a processing job.ListProcessingJobsResponse.Builder processingJobSummaries(Consumer<ProcessingJobSummary.Builder>... processingJobSummaries)
An array of ProcessingJobSummary objects, each listing a processing job.
List.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 #processingJobSummaries(List) .processingJobSummaries - a consumer that will call methods on List.Builder #processingJobSummaries(List) ListProcessingJobsResponse.Builder nextToken(String nextToken)
If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.
nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
processing jobs, use it in the subsequent request.Copyright © 2021. All rights reserved.