Interface AttributeKey.Builder

    • Method Detail

      • schemaArn

        AttributeKey.Builder schemaArn​(String schemaArn)

        The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.

        Parameters:
        schemaArn - The Amazon Resource Name (ARN) of the schema that contains the facet and attribute.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • facetName

        AttributeKey.Builder facetName​(String facetName)

        The name of the facet that the attribute exists within.

        Parameters:
        facetName - The name of the facet that the attribute exists within.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        AttributeKey.Builder name​(String name)

        The name of the attribute.

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