public static interface AnomalyMonitor.Builder extends SdkPojo, CopyableBuilder<AnomalyMonitor.Builder,AnomalyMonitor>
| Modifier and Type | Method and Description |
|---|---|
AnomalyMonitor.Builder |
creationDate(String creationDate)
The date when the monitor was created.
|
AnomalyMonitor.Builder |
dimensionalValueCount(Integer dimensionalValueCount)
The value for evaluated dimensions.
|
AnomalyMonitor.Builder |
lastEvaluatedDate(String lastEvaluatedDate)
The date when the monitor last evaluated for anomalies.
|
AnomalyMonitor.Builder |
lastUpdatedDate(String lastUpdatedDate)
The date when the monitor was last updated.
|
AnomalyMonitor.Builder |
monitorArn(String monitorArn)
The Amazon Resource Name (ARN) value.
|
AnomalyMonitor.Builder |
monitorDimension(MonitorDimension monitorDimension)
The dimensions to evaluate.
|
AnomalyMonitor.Builder |
monitorDimension(String monitorDimension)
The dimensions to evaluate.
|
AnomalyMonitor.Builder |
monitorName(String monitorName)
The name of the monitor.
|
default AnomalyMonitor.Builder |
monitorSpecification(Consumer<Expression.Builder> monitorSpecification)
Sets the value of the MonitorSpecification property for this object.
|
AnomalyMonitor.Builder |
monitorSpecification(Expression monitorSpecification)
Sets the value of the MonitorSpecification property for this object.
|
AnomalyMonitor.Builder |
monitorType(MonitorType monitorType)
The possible type values.
|
AnomalyMonitor.Builder |
monitorType(String monitorType)
The possible type values.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalyMonitor.Builder monitorArn(String monitorArn)
The Amazon Resource Name (ARN) value.
monitorArn - The Amazon Resource Name (ARN) value.AnomalyMonitor.Builder monitorName(String monitorName)
The name of the monitor.
monitorName - The name of the monitor.AnomalyMonitor.Builder creationDate(String creationDate)
The date when the monitor was created.
creationDate - The date when the monitor was created.AnomalyMonitor.Builder lastUpdatedDate(String lastUpdatedDate)
The date when the monitor was last updated.
lastUpdatedDate - The date when the monitor was last updated.AnomalyMonitor.Builder lastEvaluatedDate(String lastEvaluatedDate)
The date when the monitor last evaluated for anomalies.
lastEvaluatedDate - The date when the monitor last evaluated for anomalies.AnomalyMonitor.Builder monitorType(String monitorType)
The possible type values.
monitorType - The possible type values.MonitorType,
MonitorTypeAnomalyMonitor.Builder monitorType(MonitorType monitorType)
The possible type values.
monitorType - The possible type values.MonitorType,
MonitorTypeAnomalyMonitor.Builder monitorDimension(String monitorDimension)
The dimensions to evaluate.
monitorDimension - The dimensions to evaluate.MonitorDimension,
MonitorDimensionAnomalyMonitor.Builder monitorDimension(MonitorDimension monitorDimension)
The dimensions to evaluate.
monitorDimension - The dimensions to evaluate.MonitorDimension,
MonitorDimensionAnomalyMonitor.Builder monitorSpecification(Expression monitorSpecification)
monitorSpecification - The new value for the MonitorSpecification property for this object.default AnomalyMonitor.Builder monitorSpecification(Consumer<Expression.Builder> monitorSpecification)
Expression.Builder avoiding the need to create
one manually via Expression.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to monitorSpecification(Expression).monitorSpecification - a consumer that will call methods on Expression.BuildermonitorSpecification(Expression)AnomalyMonitor.Builder dimensionalValueCount(Integer dimensionalValueCount)
The value for evaluated dimensions.
dimensionalValueCount - The value for evaluated dimensions.Copyright © 2021. All rights reserved.