Uses of Class
com.oracle.bmc.resourcemanager.model.UpdateDevOpsConfigSourceDetails.Builder
-
Packages that use UpdateDevOpsConfigSourceDetails.Builder Package Description com.oracle.bmc.resourcemanager.model -
-
Uses of UpdateDevOpsConfigSourceDetails.Builder in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return UpdateDevOpsConfigSourceDetails.Builder Modifier and Type Method Description UpdateDevOpsConfigSourceDetails.Builder
UpdateDevOpsConfigSourceDetails.Builder. branchName(String branchName)
The name of the branch that contains the Terraform configuration.static UpdateDevOpsConfigSourceDetails.Builder
UpdateDevOpsConfigSourceDetails. builder()
Create a new builder.UpdateDevOpsConfigSourceDetails.Builder
UpdateDevOpsConfigSourceDetails.Builder. copy(UpdateDevOpsConfigSourceDetails model)
UpdateDevOpsConfigSourceDetails.Builder
UpdateDevOpsConfigSourceDetails.Builder. projectId(String projectId)
The OCID of theProject
.UpdateDevOpsConfigSourceDetails.Builder
UpdateDevOpsConfigSourceDetails.Builder. repositoryId(String repositoryId)
The OCID of theRepository
.UpdateDevOpsConfigSourceDetails.Builder
UpdateDevOpsConfigSourceDetails. toBuilder()
UpdateDevOpsConfigSourceDetails.Builder
UpdateDevOpsConfigSourceDetails.Builder. workingDirectory(String workingDirectory)
-