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