Interface ListingFacet.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListingFacet.Builder,,ListingFacet> SdkBuilder<ListingFacet.Builder,,ListingFacet> SdkPojo
- Enclosing class:
ListingFacet
@Mutable
@NotThreadSafe
public static interface ListingFacet.Builder
extends SdkPojo, CopyableBuilder<ListingFacet.Builder,ListingFacet>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of listings matching this facet value.displayName(String displayName) The human-readable name of the facet value, suitable for display in a user interface.The parent facet value for hierarchical facets, such as subcategories.The internal value used for filtering when passed back in a search filter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
value
The internal value used for filtering when passed back in a search filter.
- Parameters:
value- The internal value used for filtering when passed back in a search filter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The human-readable name of the facet value, suitable for display in a user interface.
- Parameters:
displayName- The human-readable name of the facet value, suitable for display in a user interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parent
The parent facet value for hierarchical facets, such as subcategories.
- Parameters:
parent- The parent facet value for hierarchical facets, such as subcategories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
The number of listings matching this facet value.
- Parameters:
count- The number of listings matching this facet value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-