public static interface CloudwatchAlarmAction.Builder extends CopyableBuilder<CloudwatchAlarmAction.Builder,CloudwatchAlarmAction>
| Modifier and Type | Method and Description |
|---|---|
CloudwatchAlarmAction.Builder |
alarmName(String alarmName)
The CloudWatch alarm name.
|
CloudwatchAlarmAction.Builder |
roleArn(String roleArn)
The IAM role that allows access to the CloudWatch alarm.
|
CloudwatchAlarmAction.Builder |
stateReason(String stateReason)
The reason for the alarm change.
|
CloudwatchAlarmAction.Builder |
stateValue(String stateValue)
The value of the alarm state.
|
copyapply, buildCloudwatchAlarmAction.Builder roleArn(String roleArn)
The IAM role that allows access to the CloudWatch alarm.
roleArn - The IAM role that allows access to the CloudWatch alarm.CloudwatchAlarmAction.Builder alarmName(String alarmName)
The CloudWatch alarm name.
alarmName - The CloudWatch alarm name.CloudwatchAlarmAction.Builder stateReason(String stateReason)
The reason for the alarm change.
stateReason - The reason for the alarm change.CloudwatchAlarmAction.Builder stateValue(String stateValue)
The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.
stateValue - The value of the alarm state. Acceptable values are: OK, ALARM, INSUFFICIENT_DATA.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.