public static interface DetectorSummary.Builder extends SdkPojo, CopyableBuilder<DetectorSummary.Builder,DetectorSummary>
| Modifier and Type | Method and Description |
|---|---|
DetectorSummary.Builder |
creationTime(Instant creationTime)
The time the detector (instance) was created.
|
DetectorSummary.Builder |
detectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
|
DetectorSummary.Builder |
detectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
|
DetectorSummary.Builder |
keyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
|
DetectorSummary.Builder |
lastUpdateTime(Instant lastUpdateTime)
The time the detector (instance) was last updated.
|
default DetectorSummary.Builder |
state(Consumer<DetectorStateSummary.Builder> state)
The current state of the detector (instance).
|
DetectorSummary.Builder |
state(DetectorStateSummary state)
The current state of the detector (instance).
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectorSummary.Builder detectorModelName(String detectorModelName)
The name of the detector model that created this detector (instance).
detectorModelName - The name of the detector model that created this detector (instance).DetectorSummary.Builder keyValue(String keyValue)
The value of the key (identifying the device or system) that caused the creation of this detector (instance).
keyValue - The value of the key (identifying the device or system) that caused the creation of this detector
(instance).DetectorSummary.Builder detectorModelVersion(String detectorModelVersion)
The version of the detector model that created this detector (instance).
detectorModelVersion - The version of the detector model that created this detector (instance).DetectorSummary.Builder state(DetectorStateSummary state)
The current state of the detector (instance).
state - The current state of the detector (instance).default DetectorSummary.Builder state(Consumer<DetectorStateSummary.Builder> state)
The current state of the detector (instance).
This is a convenience method that creates an instance of theDetectorStateSummary.Builder avoiding
the need to create one manually via DetectorStateSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to state(DetectorStateSummary).
state - a consumer that will call methods on DetectorStateSummary.Builderstate(DetectorStateSummary)DetectorSummary.Builder creationTime(Instant creationTime)
The time the detector (instance) was created.
creationTime - The time the detector (instance) was created.DetectorSummary.Builder lastUpdateTime(Instant lastUpdateTime)
The time the detector (instance) was last updated.
lastUpdateTime - The time the detector (instance) was last updated.Copyright © 2023. All rights reserved.