Interface MetricDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetricDefinition.Builder,MetricDefinition>,SdkBuilder<MetricDefinition.Builder,MetricDefinition>,SdkPojo
- Enclosing class:
- MetricDefinition
public static interface MetricDefinition.Builder extends SdkPojo, CopyableBuilder<MetricDefinition.Builder,MetricDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricDefinition.Buildername(String name)The name of the model metric.MetricDefinition.Builderregex(String regex)The regular expression statement that defines how the model metric is reported.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
MetricDefinition.Builder name(String name)
The name of the model metric.
- Parameters:
name- The name of the model metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
regex
MetricDefinition.Builder regex(String regex)
The regular expression statement that defines how the model metric is reported.
- Parameters:
regex- The regular expression statement that defines how the model metric is reported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-