Class DevOpsConfigSourceRecord.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.DevOpsConfigSourceRecord.Builder
-
- Enclosing class:
- DevOpsConfigSourceRecord
public static class DevOpsConfigSourceRecord.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DevOpsConfigSourceRecord.BuilderbranchName(String branchName)The name of the branch that contains the Terraform configuration.DevOpsConfigSourceRecordbuild()DevOpsConfigSourceRecord.BuildercommitId(String commitId)The unique identifier (SHA-1 hash) of the individual change to the DevOps repository.DevOpsConfigSourceRecord.Buildercopy(DevOpsConfigSourceRecord model)DevOpsConfigSourceRecord.BuilderprojectId(String projectId)The OCID of theProject.DevOpsConfigSourceRecord.BuilderrepositoryId(String repositoryId)The OCID of theRepository.
-
-
-
Method Detail
-
projectId
public DevOpsConfigSourceRecord.Builder projectId(String projectId)
The OCID of theProject.- Parameters:
projectId- the value to set- Returns:
- this builder
-
repositoryId
public DevOpsConfigSourceRecord.Builder repositoryId(String repositoryId)
The OCID of theRepository.- Parameters:
repositoryId- the value to set- Returns:
- this builder
-
branchName
public DevOpsConfigSourceRecord.Builder branchName(String branchName)
The name of the branch that contains the Terraform configuration.- Parameters:
branchName- the value to set- Returns:
- this builder
-
commitId
public DevOpsConfigSourceRecord.Builder commitId(String commitId)
The unique identifier (SHA-1 hash) of the individual change to the DevOps repository.- Parameters:
commitId- the value to set- Returns:
- this builder
-
build
public DevOpsConfigSourceRecord build()
-
copy
public DevOpsConfigSourceRecord.Builder copy(DevOpsConfigSourceRecord model)
-
-