public static interface InventoryAggregator.Builder extends CopyableBuilder<InventoryAggregator.Builder,InventoryAggregator>
Modifier and Type | Method and Description |
---|---|
InventoryAggregator.Builder |
aggregators(Collection<InventoryAggregator> aggregators)
Nested aggregators to further refine aggregation for an inventory type.
|
InventoryAggregator.Builder |
aggregators(InventoryAggregator... aggregators)
Nested aggregators to further refine aggregation for an inventory type.
|
InventoryAggregator.Builder |
expression(String expression)
The inventory type and attribute name for aggregation.
|
copy
apply, build
InventoryAggregator.Builder expression(String expression)
The inventory type and attribute name for aggregation.
expression
- The inventory type and attribute name for aggregation.InventoryAggregator.Builder aggregators(Collection<InventoryAggregator> aggregators)
Nested aggregators to further refine aggregation for an inventory type.
aggregators
- Nested aggregators to further refine aggregation for an inventory type.InventoryAggregator.Builder aggregators(InventoryAggregator... aggregators)
Nested aggregators to further refine aggregation for an inventory type.
aggregators
- Nested aggregators to further refine aggregation for an inventory type.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.