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
  • Method Details

    • withResourceId

      StepResourceBuilder.Supplier<T> withResourceId(String resourceId)
      Configures the unique ID of the step resource.
      Parameters:
      resourceId - ID of the step resource
      Returns:
      Supplier builder of the step resource type