Interface ListFarmsRequest.Builder

  • Method Details

    • nextToken

      ListFarmsRequest.Builder nextToken(String nextToken)

      The token for the next set of results, or null to start from the beginning.

      Parameters:
      nextToken - The token for the next set of results, or null to start from the beginning.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • principalId

      ListFarmsRequest.Builder principalId(String principalId)

      The principal ID of the member to list on the farm.

      Parameters:
      principalId - The principal ID of the member to list on the farm.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListFarmsRequest.Builder maxResults(Integer maxResults)

      The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.

      Parameters:
      maxResults - The maximum number of results to return. Use this parameter with NextToken to get results as a set of sequential pages.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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