public static class UpdateDevOpsConfigSourceDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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 the
Project . |
UpdateDevOpsConfigSourceDetails.Builder |
repositoryId(String repositoryId)
The OCID
of the
Repository . |
UpdateDevOpsConfigSourceDetails.Builder |
workingDirectory(String workingDirectory) |
public UpdateDevOpsConfigSourceDetails.Builder workingDirectory(String workingDirectory)
public UpdateDevOpsConfigSourceDetails.Builder projectId(String projectId)
The OCID
of the Project
.
projectId
- the value to setpublic UpdateDevOpsConfigSourceDetails.Builder repositoryId(String repositoryId)
The OCID
of the Repository
.
repositoryId
- the value to setpublic UpdateDevOpsConfigSourceDetails.Builder branchName(String branchName)
The name of the branch that contains the Terraform configuration.
branchName
- the value to setpublic UpdateDevOpsConfigSourceDetails build()
public UpdateDevOpsConfigSourceDetails.Builder copy(UpdateDevOpsConfigSourceDetails model)
Copyright © 2016–2024. All rights reserved.