Interface ModelLifeCycle.Builder

  • Method Details

    • stage

      The current stage in the model life cycle.

      Parameters:
      stage - The current stage in the model life cycle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stageStatus

      ModelLifeCycle.Builder stageStatus(String stageStatus)

      The current status of a stage in model life cycle.

      Parameters:
      stageStatus - The current status of a stage in model life cycle.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stageDescription

      ModelLifeCycle.Builder stageDescription(String stageDescription)

      Describes the stage related details.

      Parameters:
      stageDescription - Describes the stage related details.
      Returns:
      Returns a reference to this object so that method calls can be chained together.