Uses of Class
software.amazon.awscdk.services.apprunner.alpha.GithubRepositoryProps.Builder
Package
Description
AWS::AppRunner Construct Library
-
Uses of GithubRepositoryProps.Builder in software.amazon.awscdk.services.apprunner.alpha
Modifier and TypeMethodDescriptionSets the value ofGithubRepositoryProps.getBranch()
GithubRepositoryProps.builder()
GithubRepositoryProps.Builder.codeConfigurationValues
(CodeConfigurationValues codeConfigurationValues) Sets the value ofGithubRepositoryProps.getCodeConfigurationValues()
GithubRepositoryProps.Builder.configurationSource
(ConfigurationSourceType configurationSource) Sets the value ofGithubRepositoryProps.getConfigurationSource()
GithubRepositoryProps.Builder.connection
(GitHubConnection connection) Sets the value ofGithubRepositoryProps.getConnection()
GithubRepositoryProps.Builder.repositoryUrl
(String repositoryUrl) Sets the value ofGithubRepositoryProps.getRepositoryUrl()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(GithubRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theGithubRepositoryProps.Builder
.