Interface StepResourceBuilder<T>
- Type Parameters:
T
- type of the step resource
public interface StepResourceBuilder<T>
Builder for defining the step resource of a custom step.
- Since:
- 2.0.0
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
-
Method Summary
Modifier and TypeMethodDescriptionwithResourceId
(String resourceId) Configures the unique ID of the step resource.
-
Method Details
-
withResourceId
Configures the unique ID of the step resource.- Parameters:
resourceId
- ID of the step resource- Returns:
- Supplier builder of the step resource type
-