Interface AnomalyMonitor.Builder

    • Method Detail

      • monitorArn

        AnomalyMonitor.Builder monitorArn​(String monitorArn)

        The Amazon Resource Name (ARN) value.

        Parameters:
        monitorArn - The Amazon Resource Name (ARN) value.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitorName

        AnomalyMonitor.Builder monitorName​(String monitorName)

        The name of the monitor.

        Parameters:
        monitorName - The name of the monitor.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDate

        AnomalyMonitor.Builder creationDate​(String creationDate)

        The date when the monitor was created.

        Parameters:
        creationDate - The date when the monitor was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDate

        AnomalyMonitor.Builder lastUpdatedDate​(String lastUpdatedDate)

        The date when the monitor was last updated.

        Parameters:
        lastUpdatedDate - The date when the monitor was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastEvaluatedDate

        AnomalyMonitor.Builder lastEvaluatedDate​(String lastEvaluatedDate)

        The date when the monitor last evaluated for anomalies.

        Parameters:
        lastEvaluatedDate - The date when the monitor last evaluated for anomalies.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • monitorType

        AnomalyMonitor.Builder monitorType​(String monitorType)

        The possible type values.

        Parameters:
        monitorType - The possible type values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MonitorType, MonitorType
      • monitorType

        AnomalyMonitor.Builder monitorType​(MonitorType monitorType)

        The possible type values.

        Parameters:
        monitorType - The possible type values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MonitorType, MonitorType
      • monitorDimension

        AnomalyMonitor.Builder monitorDimension​(String monitorDimension)

        The dimensions to evaluate.

        Parameters:
        monitorDimension - The dimensions to evaluate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        MonitorDimension, MonitorDimension
      • monitorSpecification

        AnomalyMonitor.Builder monitorSpecification​(Expression monitorSpecification)
        Sets the value of the MonitorSpecification property for this object.
        Parameters:
        monitorSpecification - The new value for the MonitorSpecification property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dimensionalValueCount

        AnomalyMonitor.Builder dimensionalValueCount​(Integer dimensionalValueCount)

        The value for evaluated dimensions.

        Parameters:
        dimensionalValueCount - The value for evaluated dimensions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.