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