Interface ListRunsRequest.Builder

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

public static interface ListRunsRequest.Builder extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<ListRunsRequest.Builder,ListRunsRequest>
  • Method Details

    • name

      Filter the list by run name.

      Parameters:
      name - Filter the list by run name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runGroupId

      ListRunsRequest.Builder runGroupId(String runGroupId)

      Filter the list by run group ID.

      Parameters:
      runGroupId - Filter the list by run group ID.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • startingToken

      ListRunsRequest.Builder startingToken(String startingToken)

      Specify the pagination token from a previous request to retrieve the next page of results.

      Parameters:
      startingToken - Specify the pagination token from a previous request to retrieve the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListRunsRequest.Builder maxResults(Integer maxResults)

      The maximum number of runs to return in one page of results.

      Parameters:
      maxResults - The maximum number of runs to return in one page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of a run.

      Parameters:
      status - The status of a run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of a run.

      Parameters:
      status - The status of a run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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