public static interface FacetAttributeReference.Builder extends SdkPojo, CopyableBuilder<FacetAttributeReference.Builder,FacetAttributeReference>
Modifier and Type | Method and Description |
---|---|
FacetAttributeReference.Builder |
targetAttributeName(String targetAttributeName)
The target attribute name that is associated with the facet reference.
|
FacetAttributeReference.Builder |
targetFacetName(String targetFacetName)
The target facet name that is associated with the facet reference.
|
copy
applyMutation, build
FacetAttributeReference.Builder targetFacetName(String targetFacetName)
The target facet name that is associated with the facet reference. See Attribute References for more information.
targetFacetName
- The target facet name that is associated with the facet reference. See Attribute References for more information.FacetAttributeReference.Builder targetAttributeName(String targetAttributeName)
The target attribute name that is associated with the facet reference. See Attribute References for more information.
targetAttributeName
- The target attribute name that is associated with the facet reference. See Attribute References for more information.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.