Interface MetricSource.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetricSource.Builder,,MetricSource> SdkBuilder<MetricSource.Builder,,MetricSource> SdkPojo
- Enclosing class:
MetricSource
@Mutable
@NotThreadSafe
public static interface MetricSource.Builder
extends SdkPojo, CopyableBuilder<MetricSource.Builder,MetricSource>
-
Method Summary
Modifier and TypeMethodDescriptionmetricSourceAttributes(Map<String, String> metricSourceAttributes) Additional attributes for the metric source.metricSourceKeyAttributes(Map<String, String> metricSourceKeyAttributes) Key attributes that identify the metric source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
metricSourceKeyAttributes
Key attributes that identify the metric source.
- Parameters:
metricSourceKeyAttributes- Key attributes that identify the metric source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricSourceAttributes
Additional attributes for the metric source.
- Parameters:
metricSourceAttributes- Additional attributes for the metric source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-