Class UpdateDevOpsConfigSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.UpdateDevOpsConfigSourceDetails.Builder
-
- Enclosing class:
- UpdateDevOpsConfigSourceDetails
public static class UpdateDevOpsConfigSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateDevOpsConfigSourceDetails.Builder
branchName(String branchName)
The name of the branch that contains the Terraform configuration.UpdateDevOpsConfigSourceDetails
build()
UpdateDevOpsConfigSourceDetails.Builder
copy(UpdateDevOpsConfigSourceDetails model)
UpdateDevOpsConfigSourceDetails.Builder
projectId(String projectId)
The OCID of theProject
.UpdateDevOpsConfigSourceDetails.Builder
repositoryId(String repositoryId)
The OCID of theRepository
.UpdateDevOpsConfigSourceDetails.Builder
workingDirectory(String workingDirectory)
-
-
-
Method Detail
-
workingDirectory
public UpdateDevOpsConfigSourceDetails.Builder workingDirectory(String workingDirectory)
-
projectId
public UpdateDevOpsConfigSourceDetails.Builder projectId(String projectId)
The OCID of theProject
.- Parameters:
projectId
- the value to set- Returns:
- this builder
-
repositoryId
public UpdateDevOpsConfigSourceDetails.Builder repositoryId(String repositoryId)
The OCID of theRepository
.- Parameters:
repositoryId
- the value to set- Returns:
- this builder
-
branchName
public UpdateDevOpsConfigSourceDetails.Builder branchName(String branchName)
The name of the branch that contains the Terraform configuration.- Parameters:
branchName
- the value to set- Returns:
- this builder
-
build
public UpdateDevOpsConfigSourceDetails build()
-
copy
public UpdateDevOpsConfigSourceDetails.Builder copy(UpdateDevOpsConfigSourceDetails model)
-
-