Interface ListFlowsRequest.Builder

  • Method Details

    • awsAccountId

      ListFlowsRequest.Builder awsAccountId(String awsAccountId)

      The ID of the Amazon Web Services account that contains the flow list that you are getting.

      Parameters:
      awsAccountId - The ID of the Amazon Web Services account that contains the flow list that you are getting.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListFlowsRequest.Builder nextToken(String nextToken)

      The token to request the next set of results, or null if you want to retrieve the first set.

      Parameters:
      nextToken - The token to request the next set of results, or null if you want to retrieve the first set.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListFlowsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to be returned per request.

      Parameters:
      maxResults - The maximum number of results to be returned per request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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