Interface ServiceSyncConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceSyncConfig.Builder,
,ServiceSyncConfig> SdkBuilder<ServiceSyncConfig.Builder,
,ServiceSyncConfig> SdkPojo
- Enclosing class:
ServiceSyncConfig
public static interface ServiceSyncConfig.Builder
extends SdkPojo, CopyableBuilder<ServiceSyncConfig.Builder,ServiceSyncConfig>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the code repository branch that holds the service code Proton will sync with.The file path to the service sync configuration file.repositoryName
(String repositoryName) The name of the code repository that holds the service code Proton will sync with.repositoryProvider
(String repositoryProvider) The name of the repository provider that holds the repository Proton will sync with.repositoryProvider
(RepositoryProvider repositoryProvider) The name of the repository provider that holds the repository Proton will sync with.serviceName
(String serviceName) The name of the service that the service instance is added to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
branch
The name of the code repository branch that holds the service code Proton will sync with.
- Parameters:
branch
- The name of the code repository branch that holds the service code Proton will sync with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filePath
The file path to the service sync configuration file.
- Parameters:
filePath
- The file path to the service sync configuration file.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
The name of the code repository that holds the service code Proton will sync with.
- Parameters:
repositoryName
- The name of the code repository that holds the service code Proton will sync with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryProvider
The name of the repository provider that holds the repository Proton will sync with.
- Parameters:
repositoryProvider
- The name of the repository provider that holds the repository Proton will sync with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
repositoryProvider
The name of the repository provider that holds the repository Proton will sync with.
- Parameters:
repositoryProvider
- The name of the repository provider that holds the repository Proton will sync with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
serviceName
The name of the service that the service instance is added to.
- Parameters:
serviceName
- The name of the service that the service instance is added to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-