CopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
, SdkBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
public static interface AlarmIdentifier.Builder extends CopyableBuilder<AlarmIdentifier.Builder,AlarmIdentifier>
Modifier and Type | Method | Description |
---|---|---|
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.
|
AlarmIdentifier.Builder |
region(String region) |
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
AlarmIdentifier.Builder |
region(CloudWatchRegion region) |
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to
determine whether this health check is healthy.
|
copy
apply, build
AlarmIdentifier.Builder region(String region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
region
- A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to
use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
AlarmIdentifier.Builder region(CloudWatchRegion region)
A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
region
- A complex type that identifies the CloudWatch alarm that you want Amazon Route 53 health checkers to
use to determine whether this health check is healthy.
For the current list of CloudWatch regions, see Amazon CloudWatch in the AWS Regions and Endpoints chapter of the Amazon Web Services General Reference.
CloudWatchRegion
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.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.