public static interface MetricSetSummary.Builder extends SdkPojo, CopyableBuilder<MetricSetSummary.Builder,MetricSetSummary>
| Modifier and Type | Method and Description |
|---|---|
MetricSetSummary.Builder |
anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the dataset belongs.
|
MetricSetSummary.Builder |
creationTime(Instant creationTime)
The time at which the dataset was created.
|
MetricSetSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The time at which the dataset was last modified.
|
MetricSetSummary.Builder |
metricSetArn(String metricSetArn)
The ARN of the dataset.
|
MetricSetSummary.Builder |
metricSetDescription(String metricSetDescription)
The description of the dataset.
|
MetricSetSummary.Builder |
metricSetName(String metricSetName)
The name of the dataset.
|
MetricSetSummary.Builder |
tags(Map<String,String> tags)
The dataset's tags.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMetricSetSummary.Builder metricSetArn(String metricSetArn)
The ARN of the dataset.
metricSetArn - The ARN of the dataset.MetricSetSummary.Builder anomalyDetectorArn(String anomalyDetectorArn)
The ARN of the detector to which the dataset belongs.
anomalyDetectorArn - The ARN of the detector to which the dataset belongs.MetricSetSummary.Builder metricSetDescription(String metricSetDescription)
The description of the dataset.
metricSetDescription - The description of the dataset.MetricSetSummary.Builder metricSetName(String metricSetName)
The name of the dataset.
metricSetName - The name of the dataset.MetricSetSummary.Builder creationTime(Instant creationTime)
The time at which the dataset was created.
creationTime - The time at which the dataset was created.MetricSetSummary.Builder lastModificationTime(Instant lastModificationTime)
The time at which the dataset was last modified.
lastModificationTime - The time at which the dataset was last modified.Copyright © 2023. All rights reserved.