Interface ListProcessingJobsResponse.Builder

    • Method Detail

      • processingJobSummaries

        ListProcessingJobsResponse.Builder processingJobSummaries​(Collection<ProcessingJobSummary> processingJobSummaries)

        An array of ProcessingJobSummary objects, each listing a processing job.

        Parameters:
        processingJobSummaries - An array of ProcessingJobSummary objects, each listing a processing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • processingJobSummaries

        ListProcessingJobsResponse.Builder processingJobSummaries​(ProcessingJobSummary... processingJobSummaries)

        An array of ProcessingJobSummary objects, each listing a processing job.

        Parameters:
        processingJobSummaries - An array of ProcessingJobSummary objects, each listing a processing job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.