public static interface MetricFilter.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<MetricFilter.Builder,MetricFilter>
| Modifier and Type | Method and Description |
|---|---|
MetricFilter.Builder |
creationTime(Long creationTime)
The creation time of the metric filter, expressed as the number of milliseconds since Jan 1, 1970 00:00:00
UTC.
|
MetricFilter.Builder |
filterName(String filterName)
The name of the metric filter.
|
MetricFilter.Builder |
filterPattern(String filterPattern) |
MetricFilter.Builder |
logGroupName(String logGroupName)
The name of the log group.
|
MetricFilter.Builder |
metricTransformations(Collection<MetricTransformation> metricTransformations)
The metric transformations.
|
MetricFilter.Builder |
metricTransformations(MetricTransformation... metricTransformations)
The metric transformations.
|
copyapply, buildMetricFilter.Builder filterName(String filterName)
The name of the metric filter.
filterName - The name of the metric filter.MetricFilter.Builder filterPattern(String filterPattern)
filterPattern - MetricFilter.Builder metricTransformations(Collection<MetricTransformation> metricTransformations)
The metric transformations.
metricTransformations - The metric transformations.MetricFilter.Builder metricTransformations(MetricTransformation... metricTransformations)
The metric transformations.
NOTE: This method appends the values to the existing list (if any). Use
#setMetricTransformations(java.util.Collection) or
#withMetricTransformations(java.util.Collection) if you want to override the existing values.
metricTransformations - The metric transformations.MetricFilter.Builder creationTime(Long creationTime)
The creation time of the metric filter, expressed as the number of milliseconds since Jan 1, 1970 00:00:00 UTC.
creationTime - The creation time of the metric filter, expressed as the number of milliseconds since Jan 1, 1970
00:00:00 UTC.MetricFilter.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName - The name of the log group.Copyright © 2017. All rights reserved.