Interface RecommendationRelatedCloudWatchMetricsSourceDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecommendationRelatedCloudWatchMetricsSourceDetail.Builder,RecommendationRelatedCloudWatchMetricsSourceDetail>,SdkBuilder<RecommendationRelatedCloudWatchMetricsSourceDetail.Builder,RecommendationRelatedCloudWatchMetricsSourceDetail>,SdkPojo
- Enclosing class:
- RecommendationRelatedCloudWatchMetricsSourceDetail
public static interface RecommendationRelatedCloudWatchMetricsSourceDetail.Builder extends SdkPojo, CopyableBuilder<RecommendationRelatedCloudWatchMetricsSourceDetail.Builder,RecommendationRelatedCloudWatchMetricsSourceDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecommendationRelatedCloudWatchMetricsSourceDetail.BuildermetricName(String metricName)The name of the CloudWatch metric.RecommendationRelatedCloudWatchMetricsSourceDetail.Buildernamespace(String namespace)The namespace of the CloudWatch metric.-
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
-
metricName
RecommendationRelatedCloudWatchMetricsSourceDetail.Builder metricName(String metricName)
The name of the CloudWatch metric.
- Parameters:
metricName- The name of the CloudWatch metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
RecommendationRelatedCloudWatchMetricsSourceDetail.Builder namespace(String namespace)
The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.
- Parameters:
namespace- The namespace of the CloudWatch metric. A namespace is a container for CloudWatch metrics.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-