Uses of Interface
software.amazon.awssdk.services.ssm.model.InventoryAggregator.Builder
Packages that use InventoryAggregator.Builder
-
Uses of InventoryAggregator.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return InventoryAggregator.BuilderModifier and TypeMethodDescriptionInventoryAggregator.Builder.aggregators(Collection<InventoryAggregator> aggregators) Nested aggregators to further refine aggregation for an inventory type.InventoryAggregator.Builder.aggregators(Consumer<InventoryAggregator.Builder>... 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.static InventoryAggregator.BuilderInventoryAggregator.builder()InventoryAggregator.Builder.expression(String expression) The inventory type and attribute name for aggregation.InventoryAggregator.Builder.groups(Collection<InventoryGroup> groups) A user-defined set of one or more filters on which to aggregate inventory data.InventoryAggregator.Builder.groups(Consumer<InventoryGroup.Builder>... groups) A user-defined set of one or more filters on which to aggregate inventory data.InventoryAggregator.Builder.groups(InventoryGroup... groups) A user-defined set of one or more filters on which to aggregate inventory data.InventoryAggregator.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type InventoryAggregator.BuilderModifier and TypeMethodDescriptionstatic Class<? extends InventoryAggregator.Builder>InventoryAggregator.serializableBuilderClass()