Interface AggregationOutputItem.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AggregationOutputItem.Builder,
,AggregationOutputItem> SdkBuilder<AggregationOutputItem.Builder,
,AggregationOutputItem> SdkPojo
- Enclosing class:
AggregationOutputItem
@Mutable
@NotThreadSafe
public static interface AggregationOutputItem.Builder
extends SdkPojo, CopyableBuilder<AggregationOutputItem.Builder,AggregationOutputItem>
-
Method Summary
Modifier and TypeMethodDescriptionThe count of the aggregation output item.displayValue
(String displayValue) The display value of the aggregation.The attribute value of the aggregation output item.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, sdkFieldNameToField, sdkFields
-
Method Details
-
count
The count of the aggregation output item.
- Parameters:
count
- The count of the aggregation output item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayValue
The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.
- Parameters:
displayValue
- The display value of the aggregation. If the attribute being aggregated corresponds to the id of a public resource, the service automatically resolves the id to the provided display value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
The attribute value of the aggregation output item.
- Parameters:
value
- The attribute value of the aggregation output item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-