public static interface AlarmModelVersionSummary.Builder extends SdkPojo, CopyableBuilder<AlarmModelVersionSummary.Builder,AlarmModelVersionSummary>
| Modifier and Type | Method and Description |
|---|---|
AlarmModelVersionSummary.Builder |
alarmModelArn(String alarmModelArn)
The ARN of the alarm model.
|
AlarmModelVersionSummary.Builder |
alarmModelName(String alarmModelName)
The name of the alarm model.
|
AlarmModelVersionSummary.Builder |
alarmModelVersion(String alarmModelVersion)
The version of the alarm model.
|
AlarmModelVersionSummary.Builder |
creationTime(Instant creationTime)
The time the alarm model was created, in the Unix epoch format.
|
AlarmModelVersionSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The time the alarm model was last updated, in the Unix epoch format.
|
AlarmModelVersionSummary.Builder |
roleArn(String roleArn)
The ARN of the IAM role that allows the alarm to perform actions and access AWS resources.
|
AlarmModelVersionSummary.Builder |
status(AlarmModelVersionStatus status)
The status of the alarm model.
|
AlarmModelVersionSummary.Builder |
status(String status)
The status of the alarm model.
|
AlarmModelVersionSummary.Builder |
statusMessage(String statusMessage)
Contains information about the status of the alarm model version.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAlarmModelVersionSummary.Builder alarmModelName(String alarmModelName)
The name of the alarm model.
alarmModelName - The name of the alarm model.AlarmModelVersionSummary.Builder alarmModelArn(String alarmModelArn)
The ARN of the alarm model. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.
alarmModelArn - The ARN of the alarm model. For more information, see Amazon Resource
Names (ARNs) in the AWS General Reference.AlarmModelVersionSummary.Builder alarmModelVersion(String alarmModelVersion)
The version of the alarm model.
alarmModelVersion - The version of the alarm model.AlarmModelVersionSummary.Builder roleArn(String roleArn)
The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.
roleArn - The ARN of the IAM role that allows the alarm to perform actions and access AWS resources. For more
information, see Amazon Resource
Names (ARNs) in the AWS General Reference.AlarmModelVersionSummary.Builder creationTime(Instant creationTime)
The time the alarm model was created, in the Unix epoch format.
creationTime - The time the alarm model was created, in the Unix epoch format.AlarmModelVersionSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The time the alarm model was last updated, in the Unix epoch format.
lastUpdateTime - The time the alarm model was last updated, in the Unix epoch format.AlarmModelVersionSummary.Builder status(String status)
The status of the alarm model. The status can be one of the following values:
ACTIVE - The alarm model is active and it's ready to evaluate data.
ACTIVATING - AWS IoT Events is activating your alarm model. Activating an alarm model can take
up to a few minutes.
INACTIVE - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm
model information and update the alarm model.
FAILED - You couldn't create or update the alarm model. Check your alarm model information and
try again.
status - The status of the alarm model. The status can be one of the following values:
ACTIVE - The alarm model is active and it's ready to evaluate data.
ACTIVATING - AWS IoT Events is activating your alarm model. Activating an alarm model can
take up to a few minutes.
INACTIVE - The alarm model is inactive, so it isn't ready to evaluate data. Check your
alarm model information and update the alarm model.
FAILED - You couldn't create or update the alarm model. Check your alarm model
information and try again.
AlarmModelVersionStatus,
AlarmModelVersionStatusAlarmModelVersionSummary.Builder status(AlarmModelVersionStatus status)
The status of the alarm model. The status can be one of the following values:
ACTIVE - The alarm model is active and it's ready to evaluate data.
ACTIVATING - AWS IoT Events is activating your alarm model. Activating an alarm model can take
up to a few minutes.
INACTIVE - The alarm model is inactive, so it isn't ready to evaluate data. Check your alarm
model information and update the alarm model.
FAILED - You couldn't create or update the alarm model. Check your alarm model information and
try again.
status - The status of the alarm model. The status can be one of the following values:
ACTIVE - The alarm model is active and it's ready to evaluate data.
ACTIVATING - AWS IoT Events is activating your alarm model. Activating an alarm model can
take up to a few minutes.
INACTIVE - The alarm model is inactive, so it isn't ready to evaluate data. Check your
alarm model information and update the alarm model.
FAILED - You couldn't create or update the alarm model. Check your alarm model
information and try again.
AlarmModelVersionStatus,
AlarmModelVersionStatusAlarmModelVersionSummary.Builder statusMessage(String statusMessage)
Contains information about the status of the alarm model version.
statusMessage - Contains information about the status of the alarm model version.Copyright © 2022. All rights reserved.