Interface Transform.DefinitionStages.WithOutputs

All Known Subinterfaces:
Transform.Definition, Transform.DefinitionStages.WithCreate
Enclosing interface:
Transform.DefinitionStages

public static interface Transform.DefinitionStages.WithOutputs
The stage of the Transform definition allowing to specify outputs.
  • Method Details

    • withOutputs

      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.