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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StreamProcessorSettingsForUpdate.BuilderconnectedHomeForUpdate(Consumer<ConnectedHomeSettingsForUpdate.Builder> connectedHomeForUpdate)The label detection settings you want to use for your stream processor.StreamProcessorSettingsForUpdate.BuilderconnectedHomeForUpdate(ConnectedHomeSettingsForUpdate connectedHomeForUpdate)The label detection settings you want to use for your stream processor.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
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:
connectedHomeForUpdate(ConnectedHomeSettingsForUpdate)
-
-