Class GitConfigSource.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.GitConfigSource.Builder
 
- 
- Enclosing class:
- GitConfigSource
 
 public static class GitConfigSource.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description GitConfigSource.BuilderbranchName(String branchName)The name of the branch in the Git repository for the configuration source.GitConfigSourcebuild()GitConfigSource.BuilderconfigurationSourceProviderId(String configurationSourceProviderId)The OCID of the Git configuration source.GitConfigSource.Buildercopy(GitConfigSource model)GitConfigSource.BuilderrepositoryUrl(String repositoryUrl)The URL of the Git repository for the configuration source.GitConfigSource.BuilderworkingDirectory(String workingDirectory)
 
- 
- 
- 
Method Detail- 
workingDirectorypublic GitConfigSource.Builder workingDirectory(String workingDirectory) 
 - 
configurationSourceProviderIdpublic GitConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId) The OCID of the Git configuration source.- Parameters:
- configurationSourceProviderId- the value to set
- Returns:
- this builder
 
 - 
repositoryUrlpublic GitConfigSource.Builder repositoryUrl(String repositoryUrl) The URL of the Git repository for the configuration source.- Parameters:
- repositoryUrl- the value to set
- Returns:
- this builder
 
 - 
branchNamepublic GitConfigSource.Builder branchName(String branchName) The name of the branch in the Git repository for the configuration source.- Parameters:
- branchName- the value to set
- Returns:
- this builder
 
 - 
buildpublic GitConfigSource build() 
 - 
copypublic GitConfigSource.Builder copy(GitConfigSource model) 
 
- 
 
-