Interface ListFlowExecutionsRequest.Builder

  • Method Details

    • flowAliasIdentifier

      ListFlowExecutionsRequest.Builder flowAliasIdentifier(String flowAliasIdentifier)

      The unique identifier of the flow alias to list executions for.

      Parameters:
      flowAliasIdentifier - The unique identifier of the flow alias to list executions for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowIdentifier

      ListFlowExecutionsRequest.Builder flowIdentifier(String flowIdentifier)

      The unique identifier of the flow to list executions for.

      Parameters:
      flowIdentifier - The unique identifier of the flow to list executions for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      The maximum number of flow executions to return in a single response. If more executions exist than the specified maxResults value, a token is included in the response so that the remaining results can be retrieved.

      Parameters:
      maxResults - The maximum number of flow executions to return in a single response. If more executions exist than the specified maxResults value, a token is included in the response so that the remaining results can be retrieved.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      A token to retrieve the next set of results. This value is returned in the response if more results are available.

      Parameters:
      nextToken - A token to retrieve the next set of results. This value is returned in the response if more results are available.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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