Interface PipelineResource.UpdateStages.WithDescription

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

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

    Modifier and Type
    Method
    Description
    withDescription(String description)
    Specifies the description property: The description of the pipeline..
  • Method Details

    • withDescription

      PipelineResource.Update withDescription(String description)
      Specifies the description property: The description of the pipeline..
      Parameters:
      description - The description of the pipeline.
      Returns:
      the next definition stage.