Interface ListBatchSegmentJobsResponse.Builder

    • Method Detail

      • batchSegmentJobs

        ListBatchSegmentJobsResponse.Builder batchSegmentJobs​(Collection<BatchSegmentJobSummary> batchSegmentJobs)

        A list containing information on each job that is returned.

        Parameters:
        batchSegmentJobs - A list containing information on each job that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • batchSegmentJobs

        ListBatchSegmentJobsResponse.Builder batchSegmentJobs​(BatchSegmentJobSummary... batchSegmentJobs)

        A list containing information on each job that is returned.

        Parameters:
        batchSegmentJobs - A list containing information on each job that is returned.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBatchSegmentJobsResponse.Builder nextToken​(String nextToken)

        The token to use to retrieve the next page of results. The value is null when there are no more results to return.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. The value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.