UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.branch(String branch) |
The branch for the sync configuration to be updated.
|
static UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.builder() |
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.configFile(String configFile) |
The configuration file for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.publishDeploymentStatus(String publishDeploymentStatus) |
Whether to enable or disable publishing of deployment status to source providers.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.publishDeploymentStatus(PublishDeploymentStatus publishDeploymentStatus) |
Whether to enable or disable publishing of deployment status to source providers.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.repositoryLinkId(String repositoryLinkId) |
The ID of the repository link for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.resourceName(String resourceName) |
The name of the Amazon Web Services resource for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.roleArn(String roleArn) |
The ARN of the IAM role for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.syncType(String syncType) |
The sync type for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.syncType(SyncConfigurationType syncType) |
The sync type for the sync configuration to be updated.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.toBuilder() |
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.triggerResourceUpdateOn(String triggerResourceUpdateOn) |
When to trigger Git sync to begin the stack update.
|
UpdateSyncConfigurationRequest.Builder |
UpdateSyncConfigurationRequest.Builder.triggerResourceUpdateOn(TriggerResourceUpdateOn triggerResourceUpdateOn) |
When to trigger Git sync to begin the stack update.
|