Uses of Class
software.amazon.awscdk.services.codepipeline.actions.CodeStarSourceVariables.Builder
-
Uses of CodeStarSourceVariables.Builder in software.amazon.awscdk.services.codepipeline.actions
Modifier and TypeMethodDescriptionCodeStarSourceVariables.Builder.authorDate
(String authorDate) Sets the value ofCodeStarSourceVariables.getAuthorDate()
CodeStarSourceVariables.Builder.branchName
(String branchName) Sets the value ofCodeStarSourceVariables.getBranchName()
CodeStarSourceVariables.builder()
Sets the value ofCodeStarSourceVariables.getCommitId()
CodeStarSourceVariables.Builder.commitMessage
(String commitMessage) Sets the value ofCodeStarSourceVariables.getCommitMessage()
CodeStarSourceVariables.Builder.connectionArn
(String connectionArn) Sets the value ofCodeStarSourceVariables.getConnectionArn()
CodeStarSourceVariables.Builder.fullRepositoryName
(String fullRepositoryName) Sets the value ofCodeStarSourceVariables.getFullRepositoryName()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCodeStarSourceVariables.Builder
.