Interface AnomalyDetectorSummary.Builder

  • Method Details

    • arn

      The Amazon Resource Name (ARN) of the anomaly detector.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the anomaly detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • anomalyDetectorId

      AnomalyDetectorSummary.Builder anomalyDetectorId(String anomalyDetectorId)

      The unique identifier of the anomaly detector.

      Parameters:
      anomalyDetectorId - The unique identifier of the anomaly detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      The user-friendly name of the anomaly detector.

      Parameters:
      alias - The user-friendly name of the anomaly detector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The current status of the anomaly detector.

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

      The current status of the anomaly detector.

      This is a convenience method that creates an instance of the AnomalyDetectorStatus.Builder avoiding the need to create one manually via AnomalyDetectorStatus.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to status(AnomalyDetectorStatus).

      Parameters:
      status - a consumer that will call methods on AnomalyDetectorStatus.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createdAt

      The timestamp when the anomaly detector was created.

      Parameters:
      createdAt - The timestamp when the anomaly detector was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modifiedAt

      AnomalyDetectorSummary.Builder modifiedAt(Instant modifiedAt)

      The timestamp when the anomaly detector was last modified.

      Parameters:
      modifiedAt - The timestamp when the anomaly detector was last modified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tags

      The tags applied to the anomaly detector.

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