Uses of Interface
software.amazon.awssdk.services.route53.model.CloudWatchAlarmConfiguration.Builder
Packages that use CloudWatchAlarmConfiguration.Builder
-
Uses of CloudWatchAlarmConfiguration.Builder in software.amazon.awssdk.services.route53.model
Methods in software.amazon.awssdk.services.route53.model that return CloudWatchAlarmConfiguration.BuilderModifier and TypeMethodDescriptionCloudWatchAlarmConfiguration.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.comparisonOperator(ComparisonOperator comparisonOperator) For the metric that the CloudWatch alarm is associated with, the arithmetic operation that is used for the comparison.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.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.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.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.metricName(String metricName) The name of the CloudWatch metric that the alarm is associated with.The namespace of the metric that the alarm is associated with.For the metric that the CloudWatch alarm is associated with, the duration of one evaluation period in seconds.For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.For the metric that the CloudWatch alarm is associated with, the statistic that is applied to the metric.For the metric that the CloudWatch alarm is associated with, the value the metric is compared with.CloudWatchAlarmConfiguration.toBuilder()Methods in software.amazon.awssdk.services.route53.model that return types with arguments of type CloudWatchAlarmConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CloudWatchAlarmConfiguration.Builder>CloudWatchAlarmConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.route53.model with type arguments of type CloudWatchAlarmConfiguration.BuilderModifier and TypeMethodDescriptiondefault HealthCheck.BuilderHealthCheck.Builder.cloudWatchAlarmConfiguration(Consumer<CloudWatchAlarmConfiguration.Builder> cloudWatchAlarmConfiguration) A complex type that contains information about the CloudWatch alarm that Amazon Route 53 is monitoring for this health check.