Interface MetricsSource.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<MetricsSource.Builder,,MetricsSource> SdkBuilder<MetricsSource.Builder,,MetricsSource> SdkPojo
- Enclosing class:
 MetricsSource
public static interface MetricsSource.Builder
extends SdkPojo, CopyableBuilder<MetricsSource.Builder,MetricsSource> 
- 
Method Summary
Modifier and TypeMethodDescriptioncontentDigest(String contentDigest) The hash key used for the metrics source.contentType(String contentType) The metric source content type.The S3 URI for the metrics source.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, sdkFields 
- 
Method Details
- 
contentType
The metric source content type.
- Parameters:
 contentType- The metric source content type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
contentDigest
The hash key used for the metrics source.
- Parameters:
 contentDigest- The hash key used for the metrics source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
s3Uri
The S3 URI for the metrics source.
- Parameters:
 s3Uri- The S3 URI for the metrics source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -