public static interface DetectorModelDefinition.Builder extends SdkPojo, CopyableBuilder<DetectorModelDefinition.Builder,DetectorModelDefinition>
| Modifier and Type | Method and Description |
|---|---|
DetectorModelDefinition.Builder |
initialStateName(String initialStateName)
The state that is entered at the creation of each detector (instance).
|
DetectorModelDefinition.Builder |
states(Collection<State> states)
Information about the states of the detector.
|
DetectorModelDefinition.Builder |
states(Consumer<State.Builder>... states)
Information about the states of the detector.
|
DetectorModelDefinition.Builder |
states(State... states)
Information about the states of the detector.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDetectorModelDefinition.Builder states(Collection<State> states)
Information about the states of the detector.
states - Information about the states of the detector.DetectorModelDefinition.Builder states(State... states)
Information about the states of the detector.
states - Information about the states of the detector.DetectorModelDefinition.Builder states(Consumer<State.Builder>... states)
Information about the states of the detector.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #states(List) .states - a consumer that will call methods on List.Builder #states(List) DetectorModelDefinition.Builder initialStateName(String initialStateName)
The state that is entered at the creation of each detector (instance).
initialStateName - The state that is entered at the creation of each detector (instance).Copyright © 2022. All rights reserved.