Interface AggregationListItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AggregationListItem.Builder,,AggregationListItem> SdkBuilder<AggregationListItem.Builder,,AggregationListItem> SdkPojo
- Enclosing class:
AggregationListItem
@Mutable
@NotThreadSafe
public static interface AggregationListItem.Builder
extends SdkPojo, CopyableBuilder<AggregationListItem.Builder,AggregationListItem>
-
Method Summary
Modifier and TypeMethodDescriptionAn attribute on which to compute aggregations.displayValue(String displayValue) The display value of the aggregation list item.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
-
attribute
An attribute on which to compute aggregations.
- Parameters:
attribute- An attribute on which to compute aggregations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayValue
The display value of the aggregation list item. Supported values include
valueandglossaryTerm.name.- Parameters:
displayValue- The display value of the aggregation list item. Supported values includevalueandglossaryTerm.name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-