public static interface Alarms.Builder extends SdkPojo, CopyableBuilder<Alarms.Builder,Alarms>
| Modifier and Type | Method and Description |
|---|---|
Alarms.Builder |
alarmRoleArn(String alarmRoleArn)
The ARN of the IAM
role that allows the alarm to perform actions and access AWS resources, including AWS IoT Events.
|
Alarms.Builder |
notificationLambdaArn(String notificationLambdaArn)
The ARN of the AWS
Lambda function that manages alarm notifications.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlarms.Builder alarmRoleArn(String alarmRoleArn)
The ARN of the IAM role that allows the alarm to perform actions and access AWS resources, including AWS IoT Events.
alarmRoleArn - The ARN of
the IAM role that allows the alarm to perform actions and access AWS resources, including AWS IoT
Events.Alarms.Builder notificationLambdaArn(String notificationLambdaArn)
The ARN of the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events Developer Guide.
notificationLambdaArn - The ARN of
the AWS Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the AWS IoT Events
Developer Guide.Copyright © 2021. All rights reserved.