Interface Transform.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: An optional verbose description of the Transform..
  • Method Details

    • withDescription

      Transform.Update withDescription(String description)
      Specifies the description property: An optional verbose description of the Transform..
      Parameters:
      description - An optional verbose description of the Transform.
      Returns:
      the next definition stage.