@Generated(value="software.amazon.awssdk:codegen") public final class InventoryAggregator extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InventoryAggregator.Builder,InventoryAggregator>
Specifies the inventory type and attribute for the aggregation execution.
| Modifier and Type | Class and Description |
|---|---|
static interface |
InventoryAggregator.Builder |
| Modifier and Type | Method and Description |
|---|---|
List<InventoryAggregator> |
aggregators()
Nested aggregators to further refine aggregation for an inventory type.
|
static InventoryAggregator.Builder |
builder() |
boolean |
equals(Object obj) |
String |
expression()
The inventory type and attribute name for aggregation.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
List<InventoryGroup> |
groups()
A user-defined set of one or more filters on which to aggregate inventory data.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends InventoryAggregator.Builder> |
serializableBuilderClass() |
InventoryAggregator.Builder |
toBuilder() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String expression()
The inventory type and attribute name for aggregation.
public List<InventoryAggregator> aggregators()
Nested aggregators to further refine aggregation for an inventory type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<InventoryGroup> groups()
A user-defined set of one or more filters on which to aggregate inventory data. Groups return a count of resources that match and don't match the specified criteria.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public InventoryAggregator.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<InventoryAggregator.Builder,InventoryAggregator>public static InventoryAggregator.Builder builder()
public static Class<? extends InventoryAggregator.Builder> serializableBuilderClass()
Copyright © 2018. All rights reserved.