Interface MetricProcessingConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MetricProcessingConfig.Builder,,MetricProcessingConfig> SdkBuilder<MetricProcessingConfig.Builder,,MetricProcessingConfig> SdkPojo
- Enclosing class:
 MetricProcessingConfig
@Mutable
@NotThreadSafe
public static interface MetricProcessingConfig.Builder
extends SdkPojo, CopyableBuilder<MetricProcessingConfig.Builder,MetricProcessingConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptioncomputeLocation(String computeLocation) The compute location for the given metric property.computeLocation(ComputeLocation computeLocation) The compute location for the given metric property.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
- 
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
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:
 
 
 -