Uses of Class
software.amazon.awscdk.services.logs.MetricFilterProps.Builder
Packages that use MetricFilterProps.Builder
-
Uses of MetricFilterProps.Builder in software.amazon.awscdk.services.logs
Methods in software.amazon.awscdk.services.logs that return MetricFilterProps.BuilderModifier and TypeMethodDescriptionstatic MetricFilterProps.BuilderMetricFilterProps.builder()MetricFilterProps.Builder.defaultValue(Number defaultValue) Sets the value ofMetricFilterOptions.getDefaultValue()MetricFilterProps.Builder.dimensions(Map<String, String> dimensions) Sets the value ofMetricFilterOptions.getDimensions()MetricFilterProps.Builder.filterName(String filterName) Sets the value ofMetricFilterOptions.getFilterName()MetricFilterProps.Builder.filterPattern(IFilterPattern filterPattern) Sets the value ofMetricFilterOptions.getFilterPattern()Sets the value ofMetricFilterProps.getLogGroup()MetricFilterProps.Builder.metricName(String metricName) Sets the value ofMetricFilterOptions.getMetricName()MetricFilterProps.Builder.metricNamespace(String metricNamespace) Sets the value ofMetricFilterOptions.getMetricNamespace()MetricFilterProps.Builder.metricValue(String metricValue) Sets the value ofMetricFilterOptions.getMetricValue()Sets the value ofMetricFilterOptions.getUnit()Constructors in software.amazon.awscdk.services.logs with parameters of type MetricFilterProps.BuilderModifierConstructorDescriptionprotectedJsii$Proxy(MetricFilterProps.Builder builder) Constructor that initializes the object based on literal property values passed by theMetricFilterProps.Builder.