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