Interface MetricProcessingConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetricProcessingConfig.Builder,MetricProcessingConfig>,SdkBuilder<MetricProcessingConfig.Builder,MetricProcessingConfig>,SdkPojo
- Enclosing class:
- MetricProcessingConfig
public static interface MetricProcessingConfig.Builder extends SdkPojo, CopyableBuilder<MetricProcessingConfig.Builder,MetricProcessingConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricProcessingConfig.BuildercomputeLocation(String computeLocation)The compute location for the given metric property.MetricProcessingConfig.BuildercomputeLocation(ComputeLocation computeLocation)The compute location for the given metric property.-
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 Detail
-
computeLocation
MetricProcessingConfig.Builder computeLocation(String computeLocation)
The compute location for the given metric property.
- Parameters:
computeLocation- The compute location for the given metric property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComputeLocation,ComputeLocation
-
computeLocation
MetricProcessingConfig.Builder computeLocation(ComputeLocation computeLocation)
The compute location for the given metric property.
- Parameters:
computeLocation- The compute location for the given metric property.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ComputeLocation,ComputeLocation
-
-