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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FacetAttributeReference.BuildertargetAttributeName(String targetAttributeName)The target attribute name that is associated with the facet reference.FacetAttributeReference.BuildertargetFacetName(String targetFacetName)The target facet name that is associated with the facet reference.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-