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