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