Interface ListJobRunsRequest.Builder

  • Method Details

    • applicationId

      ListJobRunsRequest.Builder applicationId(String applicationId)

      The ID of the application for which to list the job run.

      Parameters:
      applicationId - The ID of the application for which to list the job run.
      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 run results.

      Parameters:
      nextToken - The token for the next set of job run results.
      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.
    • createdAtAfter

      ListJobRunsRequest.Builder createdAtAfter(Instant createdAtAfter)

      The lower bound of the option to filter by creation date and time.

      Parameters:
      createdAtAfter - The lower bound of the option to filter by creation date and time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAtBefore

      ListJobRunsRequest.Builder createdAtBefore(Instant createdAtBefore)

      The upper bound of the option to filter by creation date and time.

      Parameters:
      createdAtBefore - The upper bound of the option to filter by creation date and time.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      ListJobRunsRequest.Builder statesWithStrings(Collection<String> states)

      An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statesWithStrings

      ListJobRunsRequest.Builder statesWithStrings(String... states)

      An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • states

      An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.

      Parameters:
      states - An optional filter for job run states. Note that if this filter contains multiple states, the resulting list will be grouped by the state.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • mode

      The mode of the job runs to list.

      Parameters:
      mode - The mode of the job runs to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • mode

      The mode of the job runs to list.

      Parameters:
      mode - The mode of the job runs to list.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

      ListJobRunsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.