Interface AlarmIdentifier.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>,SdkBuilder<AlarmIdentifier.Builder,AlarmIdentifier>,SdkPojo
- Enclosing class:
- AlarmIdentifier
public static interface AlarmIdentifier.Builder extends SdkPojo, CopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AlarmIdentifier.Buildername(String name)The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.AlarmIdentifier.Builderregion(String region)For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.AlarmIdentifier.Builderregion(CloudWatchRegion region)For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
region
AlarmIdentifier.Builder region(String region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
- Parameters:
region- For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CloudWatchRegion,CloudWatchRegion
-
region
AlarmIdentifier.Builder region(CloudWatchRegion region)
For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.
For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
- Parameters:
region- For the CloudWatch alarm that you want Route 53 health checkers to use to determine whether this health check is healthy, the region that the alarm was created in.For the current list of CloudWatch regions, see Amazon CloudWatch endpoints and quotas in the Amazon Web Services General Reference.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CloudWatchRegion,CloudWatchRegion
-
name
AlarmIdentifier.Builder name(String name)
The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
Route 53 supports CloudWatch alarms with the following features:
-
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
-
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
- Parameters:
name- The name of the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.Route 53 supports CloudWatch alarms with the following features:
-
Standard-resolution metrics. High-resolution metrics aren't supported. For more information, see High-Resolution Metrics in the Amazon CloudWatch User Guide.
-
Statistics: Average, Minimum, Maximum, Sum, and SampleCount. Extended statistics aren't supported.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-