Interface ListJobRunsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>, EmrContainersRequest.Builder, SdkBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListJobRunsRequest

public static interface ListJobRunsRequest.Builder extends EmrContainersRequest.Builder, SdkPojo, CopyableBuilder<ListJobRunsRequest.Builder,ListJobRunsRequest>
  • Method Details

    • 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

      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

      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

      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.
    • 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.