Interface ListTaskInstancesRequest.Builder

  • Method Details

    • workflowArn

      ListTaskInstancesRequest.Builder workflowArn(String workflowArn)

      The Amazon Resource Name (ARN) of the workflow that contains the run.

      Parameters:
      workflowArn - The Amazon Resource Name (ARN) of the workflow that contains the run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • runId

      The unique identifier of the workflow run for which you want a list of task instances.

      Parameters:
      runId - The unique identifier of the workflow run for which you want a list of task instances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListTaskInstancesRequest.Builder maxResults(Integer maxResults)

      The maximum number of task instances to return in a single response.

      Parameters:
      maxResults - The maximum number of task instances 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 ListTaskInstances.

      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 ListTaskInstances.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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