Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.MetricTransformation.Builder
Packages that use MetricTransformation.Builder
-
Uses of MetricTransformation.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return MetricTransformation.BuilderModifier and TypeMethodDescriptionstatic MetricTransformation.BuilderMetricTransformation.builder()MetricTransformation.Builder.defaultValue(Double defaultValue) (Optional) The value to emit when a filter pattern does not match a log event.MetricTransformation.Builder.dimensions(Map<String, String> dimensions) The fields to use as dimensions for the metric.MetricTransformation.Builder.metricName(String metricName) The name of the CloudWatch metric.MetricTransformation.Builder.metricNamespace(String metricNamespace) A custom namespace to contain your metric in CloudWatch.MetricTransformation.Builder.metricValue(String metricValue) The value to publish to the CloudWatch metric when a filter pattern matches a log event.MetricTransformation.toBuilder()The unit to assign to the metric.MetricTransformation.Builder.unit(StandardUnit unit) The unit to assign to the metric.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type MetricTransformation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends MetricTransformation.Builder>MetricTransformation.serializableBuilderClass()