Interface OTelEnrichmentMetricSelector.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<OTelEnrichmentMetricSelector.Builder,,OTelEnrichmentMetricSelector> SdkBuilder<OTelEnrichmentMetricSelector.Builder,,OTelEnrichmentMetricSelector> SdkPojo
- Enclosing class:
OTelEnrichmentMetricSelector
@Mutable
@NotThreadSafe
public static interface OTelEnrichmentMetricSelector.Builder
extends SdkPojo, CopyableBuilder<OTelEnrichmentMetricSelector.Builder,OTelEnrichmentMetricSelector>
-
Method Summary
Modifier and TypeMethodDescriptionmetricNames(String... metricNames) The names of the metrics to select within the namespace.metricNames(Collection<String> metricNames) The names of the metrics to select within the namespace.The namespace of the metrics to select.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
-
namespace
The namespace of the metrics to select. Namespaces are matched exactly and are case-sensitive.
- Parameters:
namespace- The namespace of the metrics to select. Namespaces are matched exactly and are case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricNames
The names of the metrics to select within the namespace. Metric names are matched exactly and are case-sensitive. If this parameter is omitted, every metric in the namespace is selected.
A maximum of 100 metric names is allowed for each selector.
- Parameters:
metricNames- The names of the metrics to select within the namespace. Metric names are matched exactly and are case-sensitive. If this parameter is omitted, every metric in the namespace is selected.A maximum of 100 metric names is allowed for each selector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricNames
The names of the metrics to select within the namespace. Metric names are matched exactly and are case-sensitive. If this parameter is omitted, every metric in the namespace is selected.
A maximum of 100 metric names is allowed for each selector.
- Parameters:
metricNames- The names of the metrics to select within the namespace. Metric names are matched exactly and are case-sensitive. If this parameter is omitted, every metric in the namespace is selected.A maximum of 100 metric names is allowed for each selector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-