Interface ListFacetNamesResponse.Builder

    • Method Detail

      • facetNames

        ListFacetNamesResponse.Builder facetNames​(Collection<String> facetNames)

        The names of facets that exist within the schema.

        Parameters:
        facetNames - The names of facets that exist within the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • facetNames

        ListFacetNamesResponse.Builder facetNames​(String... facetNames)

        The names of facets that exist within the schema.

        Parameters:
        facetNames - The names of facets that exist within the schema.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFacetNamesResponse.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.