Class UpdateBitbucketCloudConfigSourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.UpdateBitbucketCloudConfigSourceDetails.Builder
-
- Enclosing class:
- UpdateBitbucketCloudConfigSourceDetails
public static class UpdateBitbucketCloudConfigSourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateBitbucketCloudConfigSourceDetails.Builder
branchName(String branchName)
The name of the branch in the Bitbucket Cloud repository for the configuration source.UpdateBitbucketCloudConfigSourceDetails
build()
UpdateBitbucketCloudConfigSourceDetails.Builder
configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Bitbucket Cloud configuration source.UpdateBitbucketCloudConfigSourceDetails.Builder
copy(UpdateBitbucketCloudConfigSourceDetails model)
UpdateBitbucketCloudConfigSourceDetails.Builder
repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Cloud repository for the configuration source.UpdateBitbucketCloudConfigSourceDetails.Builder
workingDirectory(String workingDirectory)
UpdateBitbucketCloudConfigSourceDetails.Builder
workspaceId(String workspaceId)
The id of the workspace in Bitbucket Cloud for the configuration source
-
-
-
Method Detail
-
workingDirectory
public UpdateBitbucketCloudConfigSourceDetails.Builder workingDirectory(String workingDirectory)
-
configurationSourceProviderId
public UpdateBitbucketCloudConfigSourceDetails.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Bitbucket Cloud configuration source.- Parameters:
configurationSourceProviderId
- the value to set- Returns:
- this builder
-
repositoryUrl
public UpdateBitbucketCloudConfigSourceDetails.Builder repositoryUrl(String repositoryUrl)
The URL of the Bitbucket Cloud repository for the configuration source.- Parameters:
repositoryUrl
- the value to set- Returns:
- this builder
-
branchName
public UpdateBitbucketCloudConfigSourceDetails.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
-
workspaceId
public UpdateBitbucketCloudConfigSourceDetails.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
-
build
public UpdateBitbucketCloudConfigSourceDetails build()
-
copy
public UpdateBitbucketCloudConfigSourceDetails.Builder copy(UpdateBitbucketCloudConfigSourceDetails model)
-
-