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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
computeLocationThe 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:
 
- 
computeLocationThe 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:
 
 
-