Interface MetricsConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetricsConfiguration.Builder,
,MetricsConfiguration> SdkBuilder<MetricsConfiguration.Builder,
,MetricsConfiguration> SdkPojo
- Enclosing class:
MetricsConfiguration
public static interface MetricsConfiguration.Builder
extends SdkPojo, CopyableBuilder<MetricsConfiguration.Builder,MetricsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncloudMetricEnabled
(Boolean cloudMetricEnabled) A Boolean that specifies whether cloud metrics are collected.metricRuleRoleArn
(String metricRuleRoleArn) The ARN of the role that is used to collect cloud metrics.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
cloudMetricEnabled
A Boolean that specifies whether cloud metrics are collected.
- Parameters:
cloudMetricEnabled
- A Boolean that specifies whether cloud metrics are collected.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricRuleRoleArn
The ARN of the role that is used to collect cloud metrics.
- Parameters:
metricRuleRoleArn
- The ARN of the role that is used to collect cloud metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-