SyncConfiguration.Builder |
SyncConfiguration.Builder.branch(String branch) |
The branch associated with a specific sync configuration.
|
static SyncConfiguration.Builder |
SyncConfiguration.builder() |
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.configFile(String configFile) |
The file path to the configuration file associated with a specific sync configuration.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.ownerId(String ownerId) |
The owner ID for the repository associated with a specific sync configuration, such as the owner ID in
GitHub.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.providerType(String providerType) |
The connection provider type associated with a specific sync configuration, such as GitHub.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.providerType(ProviderType providerType) |
The connection provider type associated with a specific sync configuration, such as GitHub.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.publishDeploymentStatus(String publishDeploymentStatus) |
Whether to enable or disable publishing of deployment status to source providers.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus) |
Whether to enable or disable publishing of deployment status to source providers.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.repositoryLinkId(String repositoryLinkId) |
The ID of the repository link associated with a specific sync configuration.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.repositoryName(String repositoryName) |
The name of the repository associated with a specific sync configuration.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.resourceName(String resourceName) |
The name of the connection resource associated with a specific sync configuration.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM role associated with a specific sync configuration.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.syncType(String syncType) |
The type of sync for a specific sync configuration.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.syncType(SyncConfigurationType syncType) |
The type of sync for a specific sync configuration.
|
SyncConfiguration.Builder |
SyncConfiguration.toBuilder() |
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.triggerResourceUpdateOn(String triggerResourceUpdateOn) |
When to trigger Git sync to begin the stack update.
|
SyncConfiguration.Builder |
SyncConfiguration.Builder.triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn) |
When to trigger Git sync to begin the stack update.
|