public static interface CloudwatchAlarmAction.Builder extends SdkPojo, 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.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
CloudwatchAlarmAction.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 © 2021. All rights reserved.