Interface AnomalyDetectorSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<AnomalyDetectorSummary.Builder,AnomalyDetectorSummary>, SdkBuilder<AnomalyDetectorSummary.Builder,AnomalyDetectorSummary>, SdkPojo
Enclosing class:
AnomalyDetectorSummary

public static interface AnomalyDetectorSummary.Builder extends SdkPojo, CopyableBuilder<AnomalyDetectorSummary.Builder,AnomalyDetectorSummary>
  • Method Details

    • anomalyDetectorArn

      AnomalyDetectorSummary.Builder anomalyDetectorArn(String anomalyDetectorArn)

      The ARN of the detector.

      Parameters:
      anomalyDetectorArn - The ARN of the detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • anomalyDetectorName

      AnomalyDetectorSummary.Builder anomalyDetectorName(String anomalyDetectorName)

      The name of the detector.

      Parameters:
      anomalyDetectorName - The name of the detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • anomalyDetectorDescription

      AnomalyDetectorSummary.Builder anomalyDetectorDescription(String anomalyDetectorDescription)

      A description of the detector.

      Parameters:
      anomalyDetectorDescription - A description of the detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      AnomalyDetectorSummary.Builder creationTime(Instant creationTime)

      The time at which the detector was created.

      Parameters:
      creationTime - The time at which the detector was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModificationTime

      AnomalyDetectorSummary.Builder lastModificationTime(Instant lastModificationTime)

      The time at which the detector was last modified.

      Parameters:
      lastModificationTime - The time at which the detector was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of detector.

      Parameters:
      status - The status of detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of detector.

      Parameters:
      status - The status of detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • tags

      The detector's tags.

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