Interface StreamProcessorSettingsForUpdate.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StreamProcessorSettingsForUpdate.Builder,,StreamProcessorSettingsForUpdate> SdkBuilder<StreamProcessorSettingsForUpdate.Builder,,StreamProcessorSettingsForUpdate> SdkPojo
- Enclosing class:
 StreamProcessorSettingsForUpdate
public static interface StreamProcessorSettingsForUpdate.Builder
extends SdkPojo, CopyableBuilder<StreamProcessorSettingsForUpdate.Builder,StreamProcessorSettingsForUpdate> 
- 
Method Summary
Modifier and TypeMethodDescriptionconnectedHomeForUpdate(Consumer<ConnectedHomeSettingsForUpdate.Builder> connectedHomeForUpdate) The label detection settings you want to use for your stream processor.connectedHomeForUpdate(ConnectedHomeSettingsForUpdate connectedHomeForUpdate) The label detection settings you want to use for your stream processor.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
connectedHomeForUpdate
StreamProcessorSettingsForUpdate.Builder connectedHomeForUpdate(ConnectedHomeSettingsForUpdate connectedHomeForUpdate) The label detection settings you want to use for your stream processor.
- Parameters:
 connectedHomeForUpdate- The label detection settings you want to use for your stream processor.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
connectedHomeForUpdate
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.Builderavoiding the need to create one manually viaConnectedHomeSettingsForUpdate.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconnectedHomeForUpdate(ConnectedHomeSettingsForUpdate).- Parameters:
 connectedHomeForUpdate- a consumer that will call methods onConnectedHomeSettingsForUpdate.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -