Interface ListModelCopyJobsResponse.Builder

    • Method Detail

      • nextToken

        ListModelCopyJobsResponse.Builder nextToken​(String nextToken)

        If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.

        Parameters:
        nextToken - If the total number of results is greater than the maxResults value provided in the request, use this token when making another request in the nextToken field to return the next batch of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCopyJobSummaries

        ListModelCopyJobsResponse.Builder modelCopyJobSummaries​(Collection<ModelCopyJobSummary> modelCopyJobSummaries)

        A list of information about each model copy job.

        Parameters:
        modelCopyJobSummaries - A list of information about each model copy job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • modelCopyJobSummaries

        ListModelCopyJobsResponse.Builder modelCopyJobSummaries​(ModelCopyJobSummary... modelCopyJobSummaries)

        A list of information about each model copy job.

        Parameters:
        modelCopyJobSummaries - A list of information about each model copy job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.