public static interface AwsWafv2VisibilityConfigDetails.Builder extends SdkPojo, CopyableBuilder<AwsWafv2VisibilityConfigDetails.Builder,AwsWafv2VisibilityConfigDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsWafv2VisibilityConfigDetails.Builder |
cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch.
|
AwsWafv2VisibilityConfigDetails.Builder |
metricName(String metricName)
A name of the Amazon CloudWatch metric.
|
AwsWafv2VisibilityConfigDetails.Builder |
sampledRequestsEnabled(Boolean sampledRequestsEnabled)
A boolean indicating whether WAF should store a sampling of the web requests that match the rules.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsWafv2VisibilityConfigDetails.Builder cloudWatchMetricsEnabled(Boolean cloudWatchMetricsEnabled)
A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the list of available metrics, see WAF metrics and dimensions in the WAF Developer Guide.
cloudWatchMetricsEnabled - A boolean indicating whether the associated resource sends metrics to Amazon CloudWatch. For the list
of available metrics, see WAF metrics and dimensions in the WAF Developer Guide.AwsWafv2VisibilityConfigDetails.Builder metricName(String metricName)
A name of the Amazon CloudWatch metric.
metricName - A name of the Amazon CloudWatch metric.AwsWafv2VisibilityConfigDetails.Builder sampledRequestsEnabled(Boolean sampledRequestsEnabled)
A boolean indicating whether WAF should store a sampling of the web requests that match the rules. You can view the sampled requests through the WAF console.
sampledRequestsEnabled - A boolean indicating whether WAF should store a sampling of the web requests that match the rules. You
can view the sampled requests through the WAF console.Copyright © 2023. All rights reserved.