public static interface ServiceSyncConfig.Builder extends SdkPojo, CopyableBuilder<ServiceSyncConfig.Builder,ServiceSyncConfig>
| Modifier and Type | Method and Description |
|---|---|
ServiceSyncConfig.Builder |
branch(String branch)
The name of the code repository branch that holds the service code Proton will sync with.
|
ServiceSyncConfig.Builder |
filePath(String filePath)
The file path to the service sync configuration file.
|
ServiceSyncConfig.Builder |
repositoryName(String repositoryName)
The name of the code repository that holds the service code Proton will sync with.
|
ServiceSyncConfig.Builder |
repositoryProvider(RepositoryProvider repositoryProvider)
The name of the repository provider that holds the repository Proton will sync with.
|
ServiceSyncConfig.Builder |
repositoryProvider(String repositoryProvider)
The name of the repository provider that holds the repository Proton will sync with.
|
ServiceSyncConfig.Builder |
serviceName(String serviceName)
The name of the service that the service instance is added to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildServiceSyncConfig.Builder branch(String branch)
The name of the code repository branch that holds the service code Proton will sync with.
branch - The name of the code repository branch that holds the service code Proton will sync with.ServiceSyncConfig.Builder filePath(String filePath)
The file path to the service sync configuration file.
filePath - The file path to the service sync configuration file.ServiceSyncConfig.Builder repositoryName(String repositoryName)
The name of the code repository that holds the service code Proton will sync with.
repositoryName - The name of the code repository that holds the service code Proton will sync with.ServiceSyncConfig.Builder repositoryProvider(String repositoryProvider)
The name of the repository provider that holds the repository Proton will sync with.
repositoryProvider - The name of the repository provider that holds the repository Proton will sync with.RepositoryProvider,
RepositoryProviderServiceSyncConfig.Builder repositoryProvider(RepositoryProvider repositoryProvider)
The name of the repository provider that holds the repository Proton will sync with.
repositoryProvider - The name of the repository provider that holds the repository Proton will sync with.RepositoryProvider,
RepositoryProviderServiceSyncConfig.Builder serviceName(String serviceName)
The name of the service that the service instance is added to.
serviceName - The name of the service that the service instance is added to.Copyright © 2023. All rights reserved.