Uses of Class
software.amazon.awscdk.services.apprunner.CfnService.SourceConfigurationProperty.Builder
-
Uses of CfnService.SourceConfigurationProperty.Builder in software.amazon.awscdk.services.apprunner
Modifier and TypeMethodDescriptionCfnService.SourceConfigurationProperty.Builder.authenticationConfiguration
(IResolvable authenticationConfiguration) Sets the value ofCfnService.SourceConfigurationProperty.getAuthenticationConfiguration()
CfnService.SourceConfigurationProperty.Builder.authenticationConfiguration
(CfnService.AuthenticationConfigurationProperty authenticationConfiguration) Sets the value ofCfnService.SourceConfigurationProperty.getAuthenticationConfiguration()
CfnService.SourceConfigurationProperty.Builder.autoDeploymentsEnabled
(Boolean autoDeploymentsEnabled) Sets the value ofCfnService.SourceConfigurationProperty.getAutoDeploymentsEnabled()
CfnService.SourceConfigurationProperty.Builder.autoDeploymentsEnabled
(IResolvable autoDeploymentsEnabled) Sets the value ofCfnService.SourceConfigurationProperty.getAutoDeploymentsEnabled()
CfnService.SourceConfigurationProperty.builder()
CfnService.SourceConfigurationProperty.Builder.codeRepository
(IResolvable codeRepository) Sets the value ofCfnService.SourceConfigurationProperty.getCodeRepository()
CfnService.SourceConfigurationProperty.Builder.codeRepository
(CfnService.CodeRepositoryProperty codeRepository) Sets the value ofCfnService.SourceConfigurationProperty.getCodeRepository()
CfnService.SourceConfigurationProperty.Builder.imageRepository
(IResolvable imageRepository) Sets the value ofCfnService.SourceConfigurationProperty.getImageRepository()
CfnService.SourceConfigurationProperty.Builder.imageRepository
(CfnService.ImageRepositoryProperty imageRepository) Sets the value ofCfnService.SourceConfigurationProperty.getImageRepository()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnService.SourceConfigurationProperty.Builder
.