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