@Generated(value="software.amazon.awssdk:codegen") public final class DetectorModelConfiguration extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DetectorModelConfiguration.Builder,DetectorModelConfiguration>
Information about how the detector model is configured.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DetectorModelConfiguration.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DetectorModelConfiguration.Builder |
builder() |
Instant |
creationTime()
The time the detector model was created.
|
String |
detectorModelArn()
The ARN of the detector model.
|
String |
detectorModelDescription()
A brief description of the detector model.
|
String |
detectorModelName()
The name of the detector model.
|
String |
detectorModelVersion()
The version of the detector model.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
EvaluationMethod |
evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
|
String |
evaluationMethodAsString()
Information about the order in which events are evaluated and how actions are executed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
key()
The value used to identify a detector instance.
|
Instant |
lastUpdateTime()
The time the detector model was last updated.
|
String |
roleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DetectorModelConfiguration.Builder> |
serializableBuilderClass() |
DetectorModelVersionStatus |
status()
The status of the detector model.
|
String |
statusAsString()
The status of the detector model.
|
DetectorModelConfiguration.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String detectorModelName()
The name of the detector model.
public final String detectorModelVersion()
The version of the detector model.
public final String detectorModelDescription()
A brief description of the detector model.
public final String detectorModelArn()
The ARN of the detector model.
public final String roleArn()
The ARN of the role that grants permission to AWS IoT Events to perform its operations.
public final Instant creationTime()
The time the detector model was created.
public final Instant lastUpdateTime()
The time the detector model was last updated.
public final DetectorModelVersionStatus status()
The status of the detector model.
If the service returns an enum value that is not available in the current SDK version, status will
return DetectorModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
DetectorModelVersionStatuspublic final String statusAsString()
The status of the detector model.
If the service returns an enum value that is not available in the current SDK version, status will
return DetectorModelVersionStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from statusAsString().
DetectorModelVersionStatuspublic final 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.
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.
public final EvaluationMethod evaluationMethod()
Information about the order in which events are evaluated and how actions are executed.
If the service returns an enum value that is not available in the current SDK version, evaluationMethod
will return EvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationMethodAsString().
EvaluationMethodpublic final String evaluationMethodAsString()
Information about the order in which events are evaluated and how actions are executed.
If the service returns an enum value that is not available in the current SDK version, evaluationMethod
will return EvaluationMethod.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from evaluationMethodAsString().
EvaluationMethodpublic DetectorModelConfiguration.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DetectorModelConfiguration.Builder,DetectorModelConfiguration>public static DetectorModelConfiguration.Builder builder()
public static Class<? extends DetectorModelConfiguration.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.