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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricsSource.Builder
contentDigest(String contentDigest)
The hash key used for the metrics source.MetricsSource.Builder
contentType(String contentType)
The metric source content type.MetricsSource.Builder
s3Uri(String s3Uri)
The S3 URI for the metrics source.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
contentType
MetricsSource.Builder contentType(String 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
MetricsSource.Builder contentDigest(String 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
MetricsSource.Builder s3Uri(String 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.
-
-