Interface DependencyRevision.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DependencyRevision.Builder,DependencyRevision>, SdkBuilder<DependencyRevision.Builder,DependencyRevision>, SdkPojo
Enclosing class:
DependencyRevision

public static interface DependencyRevision.Builder extends SdkPojo, CopyableBuilder<DependencyRevision.Builder,DependencyRevision>
  • Method Details

    • id

      The ID of the workflow or system.

      Parameters:
      id - The ID of the workflow or system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • revisionNumber

      DependencyRevision.Builder revisionNumber(Long revisionNumber)

      The revision number of the workflow or system.

      Parameters:
      revisionNumber - The revision number of the workflow or system.
      Returns:
      Returns a reference to this object so that method calls can be chained together.