Interface StepDetailsEntity.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StepDetailsEntity.Builder,StepDetailsEntity>, SdkBuilder<StepDetailsEntity.Builder,StepDetailsEntity>, SdkPojo
Enclosing class:
StepDetailsEntity

public static interface StepDetailsEntity.Builder extends SdkPojo, CopyableBuilder<StepDetailsEntity.Builder,StepDetailsEntity>
  • Method Details

    • 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

      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

      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.