Interface SearchFlowsResponse.Builder

  • Method Details

    • flowSummaryList

      SearchFlowsResponse.Builder flowSummaryList(Collection<FlowSummary> flowSummaryList)

      The list of flows found against the search.

      Parameters:
      flowSummaryList - The list of flows found against the search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowSummaryList

      SearchFlowsResponse.Builder flowSummaryList(FlowSummary... flowSummaryList)

      The list of flows found against the search.

      Parameters:
      flowSummaryList - The list of flows found against the search.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • flowSummaryList

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

      The list of flows found against the search.

      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

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

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