Interface SubModule.Builder

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

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

    • commitId

      SubModule.Builder commitId(String commitId)

      The commit ID that contains the reference to the submodule.

      Parameters:
      commitId - The commit ID that contains the reference to the submodule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • absolutePath

      SubModule.Builder absolutePath(String absolutePath)

      The fully qualified path to the folder that contains the reference to the submodule.

      Parameters:
      absolutePath - The fully qualified path to the folder that contains the reference to the submodule.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • relativePath

      SubModule.Builder relativePath(String relativePath)

      The relative path of the submodule from the folder where the query originated.

      Parameters:
      relativePath - The relative path of the submodule from the folder where the query originated.
      Returns:
      Returns a reference to this object so that method calls can be chained together.