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