Interface ListFacetNamesResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CloudDirectoryResponse.Builder, CopyableBuilder<ListFacetNamesResponse.Builder,ListFacetNamesResponse>, SdkBuilder<ListFacetNamesResponse.Builder,ListFacetNamesResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
ListFacetNamesResponse

public static interface ListFacetNamesResponse.Builder extends CloudDirectoryResponse.Builder, SdkPojo, CopyableBuilder<ListFacetNamesResponse.Builder,ListFacetNamesResponse>
  • Method Details

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