Interface FacetAttributeReference.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FacetAttributeReference.Builder,FacetAttributeReference>, SdkBuilder<FacetAttributeReference.Builder,FacetAttributeReference>, SdkPojo
Enclosing class:
FacetAttributeReference

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

    • targetFacetName

      FacetAttributeReference.Builder targetFacetName(String targetFacetName)

      The target facet name that is associated with the facet reference. See Attribute References for more information.

      Parameters:
      targetFacetName - The target facet name that is associated with the facet reference. See Attribute References for more information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targetAttributeName

      FacetAttributeReference.Builder targetAttributeName(String targetAttributeName)

      The target attribute name that is associated with the facet reference. See Attribute References for more information.

      Parameters:
      targetAttributeName - The target attribute name that is associated with the facet reference. See Attribute References for more information.
      Returns:
      Returns a reference to this object so that method calls can be chained together.