Interface UpdateAlarmModelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateAlarmModelResponse.Builder,UpdateAlarmModelResponse>,IotEventsResponse.Builder,SdkBuilder<UpdateAlarmModelResponse.Builder,UpdateAlarmModelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAlarmModelResponse
public static interface UpdateAlarmModelResponse.Builder extends IotEventsResponse.Builder, SdkPojo, CopyableBuilder<UpdateAlarmModelResponse.Builder,UpdateAlarmModelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateAlarmModelResponse.BuilderalarmModelArn(String alarmModelArn)The ARN of the alarm model.UpdateAlarmModelResponse.BuilderalarmModelVersion(String alarmModelVersion)The version of the alarm model.UpdateAlarmModelResponse.BuildercreationTime(Instant creationTime)The time the alarm model was created, in the Unix epoch format.UpdateAlarmModelResponse.BuilderlastUpdateTime(Instant lastUpdateTime)The time the alarm model was last updated, in the Unix epoch format.UpdateAlarmModelResponse.Builderstatus(String status)The status of the alarm model.UpdateAlarmModelResponse.Builderstatus(AlarmModelVersionStatus status)The status of the alarm model.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotevents.model.IotEventsResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
creationTime
UpdateAlarmModelResponse.Builder creationTime(Instant creationTime)
The time the alarm model was created, in the Unix epoch format.
- Parameters:
creationTime- The time the alarm model was created, in the Unix epoch format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmModelArn
UpdateAlarmModelResponse.Builder alarmModelArn(String alarmModelArn)
The ARN of the alarm model. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.
- Parameters:
alarmModelArn- The ARN of the alarm model. For more information, see Amazon Resource Names (ARNs) in the AWS General Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alarmModelVersion
UpdateAlarmModelResponse.Builder alarmModelVersion(String alarmModelVersion)
The version of the alarm model.
- Parameters:
alarmModelVersion- The version of the alarm model.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdateTime
UpdateAlarmModelResponse.Builder lastUpdateTime(Instant lastUpdateTime)
The time the alarm model was last updated, in the Unix epoch format.
- Parameters:
lastUpdateTime- The time the alarm model was last updated, in the Unix epoch format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateAlarmModelResponse.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlarmModelVersionStatus,AlarmModelVersionStatus
-
-
status
UpdateAlarmModelResponse.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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AlarmModelVersionStatus,AlarmModelVersionStatus
-
-
-