Interface StepDetailsEntity.Builder

    • Method Detail

      • dependencies

        StepDetailsEntity.Builder dependencies​(Collection<String> dependencies)

        The dependencies for a step.

        Parameters:
        dependencies - The dependencies for a step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dependencies

        StepDetailsEntity.Builder dependencies​(String... dependencies)

        The dependencies for a step.

        Parameters:
        dependencies - The dependencies for a step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • jobId

        StepDetailsEntity.Builder jobId​(String jobId)

        The job ID.

        Parameters:
        jobId - The job ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • schemaVersion

        StepDetailsEntity.Builder schemaVersion​(String schemaVersion)

        The schema version for a step template.

        Parameters:
        schemaVersion - The schema version for a step template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stepId

        StepDetailsEntity.Builder stepId​(String stepId)

        The step ID.

        Parameters:
        stepId - The step ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • template

        StepDetailsEntity.Builder template​(Document template)

        The template for a step.

        Parameters:
        template - The template for a step.
        Returns:
        Returns a reference to this object so that method calls can be chained together.