Interface MetricSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MetricSource.Builder,
,MetricSource> SdkBuilder<MetricSource.Builder,
,MetricSource> SdkPojo
- Enclosing class:
MetricSource
public static interface MetricSource.Builder
extends SdkPojo, CopyableBuilder<MetricSource.Builder,MetricSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the metric source provider.provider
(MetricSourceProvider provider) The name of the metric source provider.providerArn
(String providerArn) The ARN of the metric source provider.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, sdkFields
-
Method Details
-
provider
The name of the metric source provider.
- Parameters:
provider
- The name of the metric source provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provider
The name of the metric source provider.
- Parameters:
provider
- The name of the metric source provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerArn
The ARN of the metric source provider.
- Parameters:
providerArn
- The ARN of the metric source provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-