public static interface StreamProcessorSettingsForUpdate.Builder extends SdkPojo, CopyableBuilder<StreamProcessorSettingsForUpdate.Builder,StreamProcessorSettingsForUpdate>
| Modifier and Type | Method and Description |
|---|---|
StreamProcessorSettingsForUpdate.Builder |
connectedHomeForUpdate(ConnectedHomeSettingsForUpdate connectedHomeForUpdate)
The label detection settings you want to use for your stream processor.
|
default StreamProcessorSettingsForUpdate.Builder |
connectedHomeForUpdate(Consumer<ConnectedHomeSettingsForUpdate.Builder> connectedHomeForUpdate)
The label detection settings you want to use for your stream processor.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamProcessorSettingsForUpdate.Builder connectedHomeForUpdate(ConnectedHomeSettingsForUpdate connectedHomeForUpdate)
The label detection settings you want to use for your stream processor.
connectedHomeForUpdate - The label detection settings you want to use for your stream processor.default StreamProcessorSettingsForUpdate.Builder connectedHomeForUpdate(Consumer<ConnectedHomeSettingsForUpdate.Builder> connectedHomeForUpdate)
The label detection settings you want to use for your stream processor.
This is a convenience method that creates an instance of theConnectedHomeSettingsForUpdate.Builder
avoiding the need to create one manually via ConnectedHomeSettingsForUpdate.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to connectedHomeForUpdate(ConnectedHomeSettingsForUpdate).
connectedHomeForUpdate - a consumer that will call methods on ConnectedHomeSettingsForUpdate.BuilderconnectedHomeForUpdate(ConnectedHomeSettingsForUpdate)Copyright © 2023. All rights reserved.