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