Interface MetricSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MetricSummary.Builder,,MetricSummary> SdkBuilder<MetricSummary.Builder,,MetricSummary> SdkPojo
- Enclosing class:
MetricSummary
@Mutable
@NotThreadSafe
public static interface MetricSummary.Builder
extends SdkPojo, CopyableBuilder<MetricSummary.Builder,MetricSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the metric.The identifier of the metric.lastModifiedRegion(String lastModifiedRegion) The region where the metric was last modified.lastModifiedTime(Instant lastModifiedTime) The timestamp of when the metric was last modified.The name of the metric.The publish status of the metric.status(MetricStatus status) The publish status of the metric.The type of the metric.type(MetricType type) The type of the metric.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
-
arn
The Amazon Resource Name (ARN) of the metric.
- Parameters:
arn- The Amazon Resource Name (ARN) of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the metric.
- Parameters:
id- The identifier of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the metric.
- Parameters:
name- The name of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The publish status of the metric.
- Parameters:
status- The publish status of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The publish status of the metric.
- Parameters:
status- The publish status of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the metric.
- Parameters:
type- The type of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
The type of the metric.
- Parameters:
type- The type of the metric.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lastModifiedRegion
The region where the metric was last modified.
- Parameters:
lastModifiedRegion- The region where the metric was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp of when the metric was last modified.
- Parameters:
lastModifiedTime- The timestamp of when the metric was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-