Interface ListBrandsResponse.Builder

    • Method Detail

      • 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

        ListBrandsResponse.Builder brands​(Collection<BrandSummary> 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

        ListBrandsResponse.Builder brands​(BrandSummary... 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.