Interface ListJobsResponse.Builder

    • Method Detail

      • jobList

        ListJobsResponse.Builder jobList​(Collection<GlacierJobDescription> jobList)

        A list of job objects. Each job object contains metadata describing the job.

        Parameters:
        jobList - A list of job objects. Each job object contains metadata describing the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobList

        ListJobsResponse.Builder jobList​(GlacierJobDescription... jobList)

        A list of job objects. Each job object contains metadata describing the job.

        Parameters:
        jobList - A list of job objects. Each job object contains metadata describing the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListJobsResponse.Builder marker​(String marker)

        An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the marker value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.

        Parameters:
        marker - An opaque string used for pagination that specifies the job at which the listing of jobs should begin. You get the marker value from a previous List Jobs response. You only need to include the marker if you are continuing the pagination of the results started in a previous List Jobs request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.