Interface MetricsSource.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<MetricsSource.Builder,,- MetricsSource> - SdkBuilder<MetricsSource.Builder,,- MetricsSource> - SdkPojo
- Enclosing class:
- MetricsSource
@Mutable
@NotThreadSafe
public static interface MetricsSource.Builder
extends SdkPojo, CopyableBuilder<MetricsSource.Builder,MetricsSource> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
contentTypeThe 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.
 
- 
contentDigestThe 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.
 
- 
s3UriThe 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.
 
 
-