Uses of Interface
software.amazon.awssdk.services.clouddirectory.model.FacetAttributeReference.Builder
-
Packages that use FacetAttributeReference.Builder Package Description software.amazon.awssdk.services.clouddirectory.model -
-
Uses of FacetAttributeReference.Builder in software.amazon.awssdk.services.clouddirectory.model
Methods in software.amazon.awssdk.services.clouddirectory.model that return FacetAttributeReference.Builder Modifier and Type Method Description static FacetAttributeReference.BuilderFacetAttributeReference. builder()FacetAttributeReference.BuilderFacetAttributeReference.Builder. targetAttributeName(String targetAttributeName)The target attribute name that is associated with the facet reference.FacetAttributeReference.BuilderFacetAttributeReference.Builder. targetFacetName(String targetFacetName)The target facet name that is associated with the facet reference.FacetAttributeReference.BuilderFacetAttributeReference. toBuilder()Methods in software.amazon.awssdk.services.clouddirectory.model that return types with arguments of type FacetAttributeReference.Builder Modifier and Type Method Description static Class<? extends FacetAttributeReference.Builder>FacetAttributeReference. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.clouddirectory.model with type arguments of type FacetAttributeReference.Builder Modifier and Type Method Description default FacetAttribute.BuilderFacetAttribute.Builder. attributeReference(Consumer<FacetAttributeReference.Builder> attributeReference)An attribute reference that is associated with the attribute.
-