Class CreateBitbucketCloudConfigSourceDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.resourcemanager.model.CreateBitbucketCloudConfigSourceDetails.Builder
 
- 
- Enclosing class:
- CreateBitbucketCloudConfigSourceDetails
 
 public static class CreateBitbucketCloudConfigSourceDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CreateBitbucketCloudConfigSourceDetails.BuilderbranchName(String branchName)The name of the branch in the Bitbucket Cloud repository for the configuration source.CreateBitbucketCloudConfigSourceDetailsbuild()CreateBitbucketCloudConfigSourceDetails.BuilderconfigurationSourceProviderId(String configurationSourceProviderId)The OCID of the Bitbucket Cloud configuration source.CreateBitbucketCloudConfigSourceDetails.Buildercopy(CreateBitbucketCloudConfigSourceDetails model)CreateBitbucketCloudConfigSourceDetails.BuilderrepositoryUrl(String repositoryUrl)The URL of the Bitbucket Cloud repository for the configuration source.CreateBitbucketCloudConfigSourceDetails.BuilderworkingDirectory(String workingDirectory)CreateBitbucketCloudConfigSourceDetails.BuilderworkspaceId(String workspaceId)The id of the workspace in Bitbucket Cloud for the configuration source
 
- 
- 
- 
Method Detail- 
workingDirectorypublic CreateBitbucketCloudConfigSourceDetails.Builder workingDirectory(String workingDirectory) 
 - 
configurationSourceProviderIdpublic CreateBitbucketCloudConfigSourceDetails.Builder configurationSourceProviderId(String configurationSourceProviderId) The OCID of the Bitbucket Cloud configuration source.- Parameters:
- configurationSourceProviderId- the value to set
- Returns:
- this builder
 
 - 
repositoryUrlpublic CreateBitbucketCloudConfigSourceDetails.Builder repositoryUrl(String repositoryUrl) The URL of the Bitbucket Cloud repository for the configuration source.- Parameters:
- repositoryUrl- the value to set
- Returns:
- this builder
 
 - 
branchNamepublic CreateBitbucketCloudConfigSourceDetails.Builder branchName(String branchName) The name of the branch in the Bitbucket Cloud repository for the configuration source.- Parameters:
- branchName- the value to set
- Returns:
- this builder
 
 - 
workspaceIdpublic CreateBitbucketCloudConfigSourceDetails.Builder workspaceId(String workspaceId) The id of the workspace in Bitbucket Cloud for the configuration source- Parameters:
- workspaceId- the value to set
- Returns:
- this builder
 
 - 
buildpublic CreateBitbucketCloudConfigSourceDetails build() 
 - 
copypublic CreateBitbucketCloudConfigSourceDetails.Builder copy(CreateBitbucketCloudConfigSourceDetails model) 
 
- 
 
-