Uses of Class
software.amazon.awscdk.services.codepipeline.actions.GitHubSourceVariables.Builder
Packages that use GitHubSourceVariables.Builder
-
Uses of GitHubSourceVariables.Builder in software.amazon.awscdk.services.codepipeline.actions
Methods in software.amazon.awscdk.services.codepipeline.actions that return GitHubSourceVariables.BuilderModifier and TypeMethodDescriptionGitHubSourceVariables.Builder.authorDate
(String authorDate) Sets the value ofGitHubSourceVariables.getAuthorDate()
GitHubSourceVariables.Builder.branchName
(String branchName) Sets the value ofGitHubSourceVariables.getBranchName()
GitHubSourceVariables.builder()
Sets the value ofGitHubSourceVariables.getCommitId()
GitHubSourceVariables.Builder.commitMessage
(String commitMessage) Sets the value ofGitHubSourceVariables.getCommitMessage()
GitHubSourceVariables.Builder.committerDate
(String committerDate) Sets the value ofGitHubSourceVariables.getCommitterDate()
Sets the value ofGitHubSourceVariables.getCommitUrl()
GitHubSourceVariables.Builder.repositoryName
(String repositoryName) Sets the value ofGitHubSourceVariables.getRepositoryName()
Constructors in software.amazon.awscdk.services.codepipeline.actions with parameters of type GitHubSourceVariables.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(GitHubSourceVariables.Builder builder) Constructor that initializes the object based on literal property values passed by theGitHubSourceVariables.Builder
.