Interface ListFlowsResponse.Builder

  • Method Details

    • flowSummaryList

      ListFlowsResponse.Builder flowSummaryList(Collection<FlowSummary> flowSummaryList)

      A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.

      Parameters:
      flowSummaryList - A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowSummaryList

      ListFlowsResponse.Builder flowSummaryList(FlowSummary... flowSummaryList)

      A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.

      Parameters:
      flowSummaryList - A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowSummaryList

      ListFlowsResponse.Builder flowSummaryList(Consumer<FlowSummary.Builder>... flowSummaryList)

      A structure that contains all of the flows in your Amazon Web Services account. This structure provides basic information about the flows.

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

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

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

      ListFlowsResponse.Builder nextToken(String nextToken)

      The token for the next set of results, or null if there are no more results.

      Parameters:
      nextToken - The token for the next set of results, or null if there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • requestId

      ListFlowsResponse.Builder requestId(String requestId)

      The Amazon Web Services request ID for this operation.

      Parameters:
      requestId - The Amazon Web Services request ID for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The HTTP status of the request.

      Parameters:
      status - The HTTP status of the request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.