Class GitConfigSource.Builder
- java.lang.Object
-
- com.oracle.bmc.resourcemanager.model.GitConfigSource.Builder
-
- Enclosing class:
- GitConfigSource
public static class GitConfigSource.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GitConfigSource.Builder
branchName(String branchName)
The name of the branch in the Git repository for the configuration source.GitConfigSource
build()
GitConfigSource.Builder
configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Git configuration source.GitConfigSource.Builder
copy(GitConfigSource model)
GitConfigSource.Builder
repositoryUrl(String repositoryUrl)
The URL of the Git repository for the configuration source.GitConfigSource.Builder
workingDirectory(String workingDirectory)
-
-
-
Method Detail
-
workingDirectory
public GitConfigSource.Builder workingDirectory(String workingDirectory)
-
configurationSourceProviderId
public GitConfigSource.Builder configurationSourceProviderId(String configurationSourceProviderId)
The OCID of the Git configuration source.- Parameters:
configurationSourceProviderId
- the value to set- Returns:
- this builder
-
repositoryUrl
public GitConfigSource.Builder repositoryUrl(String repositoryUrl)
The URL of the Git repository for the configuration source.- Parameters:
repositoryUrl
- the value to set- Returns:
- this builder
-
branchName
public GitConfigSource.Builder branchName(String branchName)
The name of the branch in the Git repository for the configuration source.- Parameters:
branchName
- the value to set- Returns:
- this builder
-
build
public GitConfigSource build()
-
copy
public GitConfigSource.Builder copy(GitConfigSource model)
-
-