Interface ListFlowExecutionsResponse.Builder

  • Method Details

    • flowExecutionSummaries

      ListFlowExecutionsResponse.Builder flowExecutionSummaries(Collection<FlowExecutionSummary> flowExecutionSummaries)

      A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.

      Parameters:
      flowExecutionSummaries - A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowExecutionSummaries

      ListFlowExecutionsResponse.Builder flowExecutionSummaries(FlowExecutionSummary... flowExecutionSummaries)

      A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.

      Parameters:
      flowExecutionSummaries - A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowExecutionSummaries

      ListFlowExecutionsResponse.Builder flowExecutionSummaries(Consumer<FlowExecutionSummary.Builder>... flowExecutionSummaries)

      A list of flow execution summaries. Each summary includes the execution ARN, flow identifier, flow alias identifier, flow version, status, and timestamps.

      This is a convenience method that creates an instance of the FlowExecutionSummary.Builder avoiding the need to create one manually via FlowExecutionSummary.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to flowExecutionSummaries(List<FlowExecutionSummary>).

      Parameters:
      flowExecutionSummaries - a consumer that will call methods on FlowExecutionSummary.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

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

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