Interface ListFlowExecutionsResponse.Builder

    • Method Detail

      • 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.
      • nextToken

        ListFlowExecutionsResponse.Builder nextToken​(String 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.