public static interface DetectorModelConfiguration.Builder extends SdkPojo, CopyableBuilder<DetectorModelConfiguration.Builder,DetectorModelConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DetectorModelConfiguration.Builder |
creationTime(Instant creationTime)
The time the detector model was created.
|
DetectorModelConfiguration.Builder |
detectorModelArn(String detectorModelArn)
The ARN of the detector model.
|
DetectorModelConfiguration.Builder |
detectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
|
DetectorModelConfiguration.Builder |
detectorModelName(String detectorModelName)
The name of the detector model.
|
DetectorModelConfiguration.Builder |
detectorModelVersion(String detectorModelVersion)
The version of the detector model.
|
DetectorModelConfiguration.Builder |
evaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelConfiguration.Builder |
evaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
|
DetectorModelConfiguration.Builder |
key(String key)
The value used to identify a detector instance.
|
DetectorModelConfiguration.Builder |
lastUpdateTime(Instant lastUpdateTime)
The time the detector model was last updated.
|
DetectorModelConfiguration.Builder |
roleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
DetectorModelConfiguration.Builder |
status(DetectorModelVersionStatus status)
The status of the detector model.
|
DetectorModelConfiguration.Builder |
status(String status)
The status of the detector model.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectorModelConfiguration.Builder detectorModelName(String detectorModelName)
The name of the detector model.
detectorModelName - The name of the detector model.DetectorModelConfiguration.Builder detectorModelVersion(String detectorModelVersion)
The version of the detector model.
detectorModelVersion - The version of the detector model.DetectorModelConfiguration.Builder detectorModelDescription(String detectorModelDescription)
A brief description of the detector model.
detectorModelDescription - A brief description of the detector model.DetectorModelConfiguration.Builder detectorModelArn(String detectorModelArn)
The ARN of the detector model.
detectorModelArn - The ARN of the detector model.DetectorModelConfiguration.Builder roleArn(String roleArn)
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
roleArn - The ARN of the role that grants permission to AWS IoT Events to perform its operations.DetectorModelConfiguration.Builder creationTime(Instant creationTime)
The time the detector model was created.
creationTime - The time the detector model was created.DetectorModelConfiguration.Builder lastUpdateTime(Instant lastUpdateTime)
The time the detector model was last updated.
lastUpdateTime - The time the detector model was last updated.DetectorModelConfiguration.Builder status(String status)
The status of the detector model.
status - The status of the detector model.DetectorModelVersionStatus,
DetectorModelVersionStatusDetectorModelConfiguration.Builder status(DetectorModelVersionStatus status)
The status of the detector model.
status - The status of the detector model.DetectorModelVersionStatus,
DetectorModelVersionStatusDetectorModelConfiguration.Builder key(String key)
The value used to identify a detector instance. When a device or system sends input, a new detector instance with a unique key value is created. AWS IoT Events can continue to route input to its corresponding detector instance based on this identifying information.
This parameter uses a JSON-path expression to select the attribute-value pair in the message payload that is used for identification. To route the message to the correct detector instance, the device must send a message payload that contains the same attribute-value.
key - The value used to identify a detector instance. When a device or system sends input, a new detector
instance with a unique key value is created. AWS IoT Events can continue to route input to its
corresponding detector instance based on this identifying information.
This parameter uses a JSON-path expression to select the attribute-value pair in the message payload that is used for identification. To route the message to the correct detector instance, the device must send a message payload that contains the same attribute-value.
DetectorModelConfiguration.Builder evaluationMethod(String evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
evaluationMethod - Information about the order in which events are evaluated and how actions are executed.EvaluationMethod,
EvaluationMethodDetectorModelConfiguration.Builder evaluationMethod(EvaluationMethod evaluationMethod)
Information about the order in which events are evaluated and how actions are executed.
evaluationMethod - Information about the order in which events are evaluated and how actions are executed.EvaluationMethod,
EvaluationMethodCopyright © 2022. All rights reserved.