Interface ListJobRunsRequest.Builder

    • Method Detail

      • virtualClusterId

        ListJobRunsRequest.Builder virtualClusterId​(String virtualClusterId)

        The ID of the virtual cluster for which to list the job run.

        Parameters:
        virtualClusterId - The ID of the virtual cluster for which to list the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdBefore

        ListJobRunsRequest.Builder createdBefore​(Instant createdBefore)

        The date and time before which the job runs were submitted.

        Parameters:
        createdBefore - The date and time before which the job runs were submitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdAfter

        ListJobRunsRequest.Builder createdAfter​(Instant createdAfter)

        The date and time after which the job runs were submitted.

        Parameters:
        createdAfter - The date and time after which the job runs were submitted.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        ListJobRunsRequest.Builder name​(String name)

        The name of the job run.

        Parameters:
        name - The name of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListJobRunsRequest.Builder statesWithStrings​(Collection<String> states)

        The states of the job run.

        Parameters:
        states - The states of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • statesWithStrings

        ListJobRunsRequest.Builder statesWithStrings​(String... states)

        The states of the job run.

        Parameters:
        states - The states of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListJobRunsRequest.Builder states​(Collection<JobRunState> states)

        The states of the job run.

        Parameters:
        states - The states of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • states

        ListJobRunsRequest.Builder states​(JobRunState... states)

        The states of the job run.

        Parameters:
        states - The states of the job run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        ListJobRunsRequest.Builder maxResults​(Integer maxResults)

        The maximum number of job runs that can be listed.

        Parameters:
        maxResults - The maximum number of job runs that can be listed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListJobRunsRequest.Builder nextToken​(String nextToken)

        The token for the next set of job runs to return.

        Parameters:
        nextToken - The token for the next set of job runs to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.