Class UpdateDevOpsConfigSourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.UpdateDevOpsConfigSourceDetails.Builder
 
- 
- Enclosing class:
- UpdateDevOpsConfigSourceDetails
 
 public static class UpdateDevOpsConfigSourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDevOpsConfigSourceDetails.BuilderbranchName(String branchName)The name of the branch that contains the Terraform configuration.UpdateDevOpsConfigSourceDetailsbuild()UpdateDevOpsConfigSourceDetails.Buildercopy(UpdateDevOpsConfigSourceDetails model)UpdateDevOpsConfigSourceDetails.BuilderprojectId(String projectId)The OCID of theProject.UpdateDevOpsConfigSourceDetails.BuilderrepositoryId(String repositoryId)The OCID of theRepository.UpdateDevOpsConfigSourceDetails.BuilderworkingDirectory(String workingDirectory)
 
- 
- 
- 
Method Detail- 
workingDirectorypublic UpdateDevOpsConfigSourceDetails.Builder workingDirectory(String workingDirectory) 
 - 
projectIdpublic UpdateDevOpsConfigSourceDetails.Builder projectId(String projectId) The OCID of theProject.- Parameters:
- projectId- the value to set
- Returns:
- this builder
 
 - 
repositoryIdpublic UpdateDevOpsConfigSourceDetails.Builder repositoryId(String repositoryId) The OCID of theRepository.- Parameters:
- repositoryId- the value to set
- Returns:
- this builder
 
 - 
branchNamepublic UpdateDevOpsConfigSourceDetails.Builder branchName(String branchName) The name of the branch that contains the Terraform configuration.- Parameters:
- branchName- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateDevOpsConfigSourceDetails build() 
 - 
copypublic UpdateDevOpsConfigSourceDetails.Builder copy(UpdateDevOpsConfigSourceDetails model) 
 
- 
 
-