Interface ListBrandsResponse.Builder

  • Method Details

    • nextToken

      ListBrandsResponse.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.
    • brands

      A list of all brands in your Amazon Web Services account. This structure provides basic information about each brand.

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

      A list of all brands in your Amazon Web Services account. This structure provides basic information about each brand.

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

      A list of all brands in your Amazon Web Services account. This structure provides basic information about each brand.

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

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

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