static CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.builder() |
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.comparisonOperator(String comparisonOperator) |
For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the
comparison.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.comparisonOperator(ComparisonOperator comparisonOperator) |
For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the
comparison.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.dimensions(Collection<Dimension> dimensions) |
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about
the dimensions for the metric.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.dimensions(Consumer<Dimension.Builder>... dimensions) |
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about
the dimensions for the metric.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.dimensions(Dimension... dimensions) |
For the metric that the CloudWatch alarm is associated with, a complex type that contains information about
the dimensions for the metric.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.evaluationPeriods(Integer evaluationPeriods) |
For the metric that the CloudWatch alarm is associated with, the number of periods that the metric is
compared to the threshold.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.metricName(String metricName) |
The name of the CloudWatch metric that the alarm is associated with.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.namespace(String namespace) |
The namespace of the metric that the alarm is associated with.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.period(Integer period) |
For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in
seconds.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.statistic(String statistic) |
For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.statistic(Statistic statistic) |
For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.Builder.threshold(Double threshold) |
For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.
|
CloudWatchAlarmConfiguration.Builder |
CloudWatchAlarmConfiguration.toBuilder() |
|