Class GitConfigSource.Builder
- java.lang.Object
 - 
- com.oracle.bmc.resourcemanager.model.GitConfigSource.Builder
 
 
- 
- Enclosing class:
 - GitConfigSource
 
public static class GitConfigSource.Builder extends Object
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All 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
- 
workingDirectory
public GitConfigSource.Builder workingDirectory(String workingDirectory)
 
- 
configurationSourceProviderId
public GitConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Git configuration source.- Parameters:
 configurationSourceProviderId- the value to set- Returns:
 - this builder
 
 
- 
repositoryUrl
public GitConfigSource.Builder repositoryUrl(String repositoryUrl)
The URL of the Git repository for the configuration source.- Parameters:
 repositoryUrl- the value to set- Returns:
 - this builder
 
 
- 
branchName
public 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
 
 
- 
build
public GitConfigSource build()
 
- 
copy
public GitConfigSource.Builder copy(GitConfigSource model)
 
 - 
 
 -