Interface PipelineResource.UpdateStages.WithAnnotations

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

public static interface PipelineResource.UpdateStages.WithAnnotations
The stage of the PipelineResource update allowing to specify annotations.
  • Method Summary

    Modifier and Type
    Method
    Description
    withAnnotations(List<Object> annotations)
    Specifies the annotations property: List of tags that can be used for describing the Pipeline..
  • Method Details

    • withAnnotations

      PipelineResource.Update withAnnotations(List<Object> annotations)
      Specifies the annotations property: List of tags that can be used for describing the Pipeline..
      Parameters:
      annotations - List of tags that can be used for describing the Pipeline.
      Returns:
      the next definition stage.