public static interface MetricsConfiguration.Builder extends SdkPojo, CopyableBuilder<MetricsConfiguration.Builder,MetricsConfiguration>
| Modifier and Type | Method and Description |
|---|---|
MetricsConfiguration.Builder |
cloudMetricEnabled(Boolean cloudMetricEnabled)
A Boolean that specifies whether cloud metrics are collected.
|
MetricsConfiguration.Builder |
metricRuleRoleArn(String metricRuleRoleArn)
The ARN of the role that is used to collect cloud metrics.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricsConfiguration.Builder cloudMetricEnabled(Boolean cloudMetricEnabled)
A Boolean that specifies whether cloud metrics are collected.
cloudMetricEnabled - A Boolean that specifies whether cloud metrics are collected.MetricsConfiguration.Builder metricRuleRoleArn(String metricRuleRoleArn)
The ARN of the role that is used to collect cloud metrics.
metricRuleRoleArn - The ARN of the role that is used to collect cloud metrics.Copyright © 2022. All rights reserved.