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 method that creates an instance of theState.Builder avoiding the need to create one
manually via State.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #states(List.
states - a consumer that will call methods on
State.Builder#states(java.util.Collection) 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 © 2023. All rights reserved.