Interface MetricSetSummary.Builder

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