@Generated(value="software.amazon.awssdk:codegen") public final class Alarms extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Alarms.Builder,Alarms>
Contains the configuration information of an alarm created in an AWS IoT SiteWise Monitor portal. You can use the alarm to monitor an asset property and get notified when the asset property value is outside a specified range. For more information, see .
| Modifier and Type | Class and Description |
|---|---|
static interface |
Alarms.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alarmRoleArn()
The ARN of the IAM role
that allows the alarm to perform actions and access AWS resources, including AWS IoT Events.
|
static Alarms.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
notificationLambdaArn()
The ARN of the AWS
Lambda function that manages alarm notifications.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Alarms.Builder> |
serializableBuilderClass() |
Alarms.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String alarmRoleArn()
The ARN of the IAM role that allows the alarm to perform actions and access AWS resources, including AWS IoT Events.
public final 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.
public Alarms.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Alarms.Builder,Alarms>public static Alarms.Builder builder()
public static Class<? extends Alarms.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.