Interface Transform.UpdateStages.WithOutputs

All Known Subinterfaces:
Transform.Update
Enclosing interface:
Transform.UpdateStages

public static interface Transform.UpdateStages.WithOutputs
The stage of the Transform update allowing to specify outputs.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the outputs property: An array of one or more TransformOutputs that the Transform should generate..
  • Method Details

    • withOutputs

      Transform.Update withOutputs(List<TransformOutput> outputs)
      Specifies the outputs property: An array of one or more TransformOutputs that the Transform should generate..
      Parameters:
      outputs - An array of one or more TransformOutputs that the Transform should generate.
      Returns:
      the next definition stage.