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 Details

    • 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.
    • tags

      The dataset's tags.

      Parameters:
      tags - The dataset's tags.
      Returns:
      Returns a reference to this object so that method calls can be chained together.