Interface ListWorkflowRunsRequest.Builder

  • Method Details

    • maxResults

      ListWorkflowRunsRequest.Builder maxResults(Integer maxResults)

      The maximum number of workflow runs to return in a single response.

      Parameters:
      maxResults - The maximum number of workflow runs to return in a single response.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      The pagination token you need to use to retrieve the next set of results. This value is returned from a previous call to ListWorkflowRuns.

      Parameters:
      nextToken - The pagination token you need to use to retrieve the next set of results. This value is returned from a previous call to ListWorkflowRuns.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowArn

      ListWorkflowRunsRequest.Builder workflowArn(String workflowArn)

      The Amazon Resource Name (ARN) of the workflow for which you want a list of runs.

      Parameters:
      workflowArn - The Amazon Resource Name (ARN) of the workflow for which you want a list of runs.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • workflowVersion

      ListWorkflowRunsRequest.Builder workflowVersion(String workflowVersion)

      Optional. The specific version of the workflow for which you want a list of runs. If not specified, runs for all versions are returned.

      Parameters:
      workflowVersion - Optional. The specific version of the workflow for which you want a list of runs. If not specified, runs for all versions are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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