Uses of Class
software.amazon.awscdk.services.codepipeline.actions.GitHubSourceAction.Builder
-
Uses of GitHubSourceAction.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionGitHubSourceAction.Builder.actionName
(String actionName) The physical, human-readable name of the Action.The branch to use.static GitHubSourceAction.Builder
GitHubSourceAction.Builder.create()
GitHubSourceAction.Builder.oauthToken
(SecretValue oauthToken) A GitHub OAuth token to use for authentication.The GitHub account/user that owns the repo.The name of the repo, without the username.The runOrder property for this Action.GitHubSourceAction.Builder.trigger
(GitHubTrigger trigger) How AWS CodePipeline should be triggered.GitHubSourceAction.Builder.variablesNamespace
(String variablesNamespace) The name of the namespace to use for variables emitted by this action.