Interface MetricDefinition.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MetricDefinition.Builder,,- MetricDefinition> - SdkBuilder<MetricDefinition.Builder,,- MetricDefinition> - SdkPojo
- Enclosing class:
- MetricDefinition
@Mutable
@NotThreadSafe
public static interface MetricDefinition.Builder
extends SdkPojo, CopyableBuilder<MetricDefinition.Builder,MetricDefinition> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the model metric.The regular expression statement that defines how the model metric is reported.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe 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.
 
- 
regexThe 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.
 
 
-