public static interface DescribeMetricFiltersRequest.Builder extends CloudWatchLogsRequest.Builder, SdkPojo, CopyableBuilder<DescribeMetricFiltersRequest.Builder,DescribeMetricFiltersRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeMetricFiltersRequest.Builder logGroupName(String logGroupName)
The name of the log group.
logGroupName - The name of the log group.DescribeMetricFiltersRequest.Builder filterNamePrefix(String filterNamePrefix)
The prefix to match. CloudWatch Logs uses the value you set here only if you also include the
logGroupName parameter in your request.
filterNamePrefix - The prefix to match. CloudWatch Logs uses the value you set here only if you also include the
logGroupName parameter in your request.DescribeMetricFiltersRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a previous call.)
nextToken - The token for the next set of items to return. (You received this token from a previous call.)DescribeMetricFiltersRequest.Builder limit(Integer limit)
The maximum number of items returned. If you don't specify a value, the default is up to 50 items.
limit - The maximum number of items returned. If you don't specify a value, the default is up to 50 items.DescribeMetricFiltersRequest.Builder metricName(String metricName)
Filters results to include only those with the specified metric name. If you include this parameter in your
request, you must also include the metricNamespace parameter.
metricName - Filters results to include only those with the specified metric name. If you include this parameter in
your request, you must also include the metricNamespace parameter.DescribeMetricFiltersRequest.Builder metricNamespace(String metricNamespace)
Filters results to include only those in the specified namespace. If you include this parameter in your
request, you must also include the metricName parameter.
metricNamespace - Filters results to include only those in the specified namespace. If you include this parameter in
your request, you must also include the metricName parameter.DescribeMetricFiltersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeMetricFiltersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.