Uses of Interface
software.amazon.awssdk.services.ssm.model.NodeAggregator.Builder
Packages that use NodeAggregator.Builder
-
Uses of NodeAggregator.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return NodeAggregator.BuilderModifier and TypeMethodDescriptionNodeAggregator.Builder.aggregators(Collection<NodeAggregator> aggregators) Information about aggregators used to refine a node summary.NodeAggregator.Builder.aggregators(Consumer<NodeAggregator.Builder>... aggregators) Information about aggregators used to refine a node summary.NodeAggregator.Builder.aggregators(NodeAggregator... aggregators) Information about aggregators used to refine a node summary.NodeAggregator.Builder.aggregatorType(String aggregatorType) The aggregator type for limiting a node summary.NodeAggregator.Builder.aggregatorType(NodeAggregatorType aggregatorType) The aggregator type for limiting a node summary.NodeAggregator.Builder.attributeName(String attributeName) The name of a node attribute on which to limit the count of nodes.NodeAggregator.Builder.attributeName(NodeAttributeName attributeName) The name of a node attribute on which to limit the count of nodes.static NodeAggregator.BuilderNodeAggregator.builder()NodeAggregator.toBuilder()The data type name to use for viewing counts of nodes.NodeAggregator.Builder.typeName(NodeTypeName typeName) The data type name to use for viewing counts of nodes.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type NodeAggregator.BuilderModifier and TypeMethodDescriptionstatic Class<? extends NodeAggregator.Builder>NodeAggregator.serializableBuilderClass()