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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricsConfiguration.BuildercloudMetricEnabled(Boolean cloudMetricEnabled)A Boolean that specifies whether cloud metrics are collected.MetricsConfiguration.BuildermetricRuleRoleArn(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 Detail
-
cloudMetricEnabled
MetricsConfiguration.Builder cloudMetricEnabled(Boolean 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
MetricsConfiguration.Builder metricRuleRoleArn(String 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.
-
-