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 Amazon Web Services resources and services, such as
IoT Events.
|
Alarms.Builder |
notificationLambdaArn(String notificationLambdaArn)
The ARN of the
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 Amazon Web Services resources and services, such as IoT Events.
alarmRoleArn - The ARN of
the IAM role that allows the alarm to perform actions and access Amazon Web Services resources and
services, such as IoT Events.Alarms.Builder notificationLambdaArn(String notificationLambdaArn)
The ARN of the Lambda function that manages alarm notifications. For more information, see Managing alarm notifications in the IoT Events Developer Guide.
notificationLambdaArn - The ARN of
the Lambda function that manages alarm notifications. For more information, see Managing alarm
notifications in the IoT Events Developer Guide.Copyright © 2023. All rights reserved.