Interface Facet.Builder

    • Method Detail

      • name

        Facet.Builder name​(String name)

        The name of the Facet.

        Parameters:
        name - The name of the Facet.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • facetStyle

        Facet.Builder facetStyle​(String facetStyle)

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        Parameters:
        facetStyle - There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FacetStyle, FacetStyle
      • facetStyle

        Facet.Builder facetStyle​(FacetStyle facetStyle)

        There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.

        Parameters:
        facetStyle - There are two different styles that you can define on any given facet, Static and Dynamic. For static facets, all attributes must be defined in the schema. For dynamic facets, attributes can be defined during data plane operations.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        FacetStyle, FacetStyle