Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.Alarms.Builder
-
Packages that use Alarms.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of Alarms.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return Alarms.Builder Modifier and Type Method Description Alarms.BuilderAlarms.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.static Alarms.BuilderAlarms. builder()Alarms.BuilderAlarms.Builder. notificationLambdaArn(String notificationLambdaArn)The ARN of the Lambda function that manages alarm notifications.Alarms.BuilderAlarms. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type Alarms.Builder Modifier and Type Method Description static Class<? extends Alarms.Builder>Alarms. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type Alarms.Builder Modifier and Type Method Description default CreatePortalRequest.BuilderCreatePortalRequest.Builder. alarms(Consumer<Alarms.Builder> alarms)Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.default DescribePortalResponse.BuilderDescribePortalResponse.Builder. alarms(Consumer<Alarms.Builder> alarms)Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.default UpdatePortalRequest.BuilderUpdatePortalRequest.Builder. alarms(Consumer<Alarms.Builder> alarms)Contains the configuration information of an alarm created in an IoT SiteWise Monitor portal.
-