Interface SourceMetricsConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SourceMetricsConfiguration.Builder,,SourceMetricsConfiguration> SdkBuilder<SourceMetricsConfiguration.Builder,,SourceMetricsConfiguration> SdkPojo
- Enclosing class:
SourceMetricsConfiguration
@Mutable
@NotThreadSafe
public static interface SourceMetricsConfiguration.Builder
extends SdkPojo, CopyableBuilder<SourceMetricsConfiguration.Builder,SourceMetricsConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionmetricsSelectionCriteria(String metricsSelectionCriteria) The filter expression that selects which source metrics to centralize.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
-
metricsSelectionCriteria
The filter expression that selects which source metrics to centralize. Currently, only
*(all metrics) is supported. Other values return a validation error.- Parameters:
metricsSelectionCriteria- The filter expression that selects which source metrics to centralize. Currently, only*(all metrics) is supported. Other values return a validation error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-