public static class DevOpsConfigSourceRecord.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
DevOpsConfigSourceRecord.Builder |
branchName(String branchName)
The name of the branch that contains the Terraform configuration.
|
DevOpsConfigSourceRecord |
build() |
DevOpsConfigSourceRecord.Builder |
commitId(String commitId)
The unique identifier (SHA-1 hash) of the individual change to the DevOps repository.
|
DevOpsConfigSourceRecord.Builder |
copy(DevOpsConfigSourceRecord model) |
DevOpsConfigSourceRecord.Builder |
projectId(String projectId)
The OCID
of the
Project . |
DevOpsConfigSourceRecord.Builder |
repositoryId(String repositoryId)
The OCID
of the
Repository . |
public DevOpsConfigSourceRecord.Builder projectId(String projectId)
The OCID
of the Project
.
projectId
- the value to setpublic DevOpsConfigSourceRecord.Builder repositoryId(String repositoryId)
The OCID
of the Repository
.
repositoryId
- the value to setpublic DevOpsConfigSourceRecord.Builder branchName(String branchName)
The name of the branch that contains the Terraform configuration.
branchName
- the value to setpublic DevOpsConfigSourceRecord.Builder commitId(String commitId)
The unique identifier (SHA-1 hash) of the individual change to the DevOps repository.
commitId
- the value to setpublic DevOpsConfigSourceRecord build()
public DevOpsConfigSourceRecord.Builder copy(DevOpsConfigSourceRecord model)
Copyright © 2016–2025. All rights reserved.