Interface MetricSetSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MetricSetSummary.Builder,MetricSetSummary>,SdkBuilder<MetricSetSummary.Builder,MetricSetSummary>,SdkPojo
- Enclosing class:
- MetricSetSummary
public static interface MetricSetSummary.Builder extends SdkPojo, CopyableBuilder<MetricSetSummary.Builder,MetricSetSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MetricSetSummary.BuilderanomalyDetectorArn(String anomalyDetectorArn)The ARN of the detector to which the dataset belongs.MetricSetSummary.BuildercreationTime(Instant creationTime)The time at which the dataset was created.MetricSetSummary.BuilderlastModificationTime(Instant lastModificationTime)The time at which the dataset was last modified.MetricSetSummary.BuildermetricSetArn(String metricSetArn)The ARN of the dataset.MetricSetSummary.BuildermetricSetDescription(String metricSetDescription)The description of the dataset.MetricSetSummary.BuildermetricSetName(String metricSetName)The name of the dataset.MetricSetSummary.Buildertags(Map<String,String> tags)The dataset's tags.-
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, sdkFields
-
-
-
-
Method Detail
-
metricSetArn
MetricSetSummary.Builder metricSetArn(String metricSetArn)
The ARN of the dataset.
- Parameters:
metricSetArn- The ARN of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
anomalyDetectorArn
MetricSetSummary.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the dataset belongs.
- Parameters:
anomalyDetectorArn- The ARN of the detector to which the dataset belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricSetDescription
MetricSetSummary.Builder metricSetDescription(String metricSetDescription)
The description of the dataset.
- Parameters:
metricSetDescription- The description of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
metricSetName
MetricSetSummary.Builder metricSetName(String metricSetName)
The name of the dataset.
- Parameters:
metricSetName- The name of the dataset.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
MetricSetSummary.Builder creationTime(Instant creationTime)
The time at which the dataset was created.
- Parameters:
creationTime- The time at which the dataset was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
MetricSetSummary.Builder lastModificationTime(Instant lastModificationTime)
The time at which the dataset was last modified.
- Parameters:
lastModificationTime- The time at which the dataset was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-