Interface ListExportJobsRequest.Builder

    • Method Detail

      • nextToken

        ListExportJobsRequest.Builder nextToken​(String nextToken)

        The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.

        Parameters:
        nextToken - The pagination token returned from a previous call to ListExportJobs to indicate the position in the list of export jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • pageSize

        ListExportJobsRequest.Builder pageSize​(Integer pageSize)

        Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs.

        Parameters:
        pageSize - Maximum number of export jobs to return at once. Use this parameter to paginate results. If additional export jobs exist beyond the specified limit, the NextToken element is sent in the response. Use the NextToken value in subsequent calls to ListExportJobs to retrieve additional export jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exportSourceType

        ListExportJobsRequest.Builder exportSourceType​(String exportSourceType)

        A value used to list export jobs that have a certain ExportSourceType.

        Parameters:
        exportSourceType - A value used to list export jobs that have a certain ExportSourceType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportSourceType, ExportSourceType
      • exportSourceType

        ListExportJobsRequest.Builder exportSourceType​(ExportSourceType exportSourceType)

        A value used to list export jobs that have a certain ExportSourceType.

        Parameters:
        exportSourceType - A value used to list export jobs that have a certain ExportSourceType.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ExportSourceType, ExportSourceType
      • jobStatus

        ListExportJobsRequest.Builder jobStatus​(String jobStatus)

        A value used to list export jobs that have a certain JobStatus.

        Parameters:
        jobStatus - A value used to list export jobs that have a certain JobStatus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus
      • jobStatus

        ListExportJobsRequest.Builder jobStatus​(JobStatus jobStatus)

        A value used to list export jobs that have a certain JobStatus.

        Parameters:
        jobStatus - A value used to list export jobs that have a certain JobStatus.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus, JobStatus