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