@Stability(value=Experimental) public static final class GitHubSourceVariables.Builder extends Object implements software.amazon.jsii.Builder<GitHubSourceVariables>
GitHubSourceVariables| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GitHubSourceVariables.Builder |
authorDate(String authorDate)
Sets the value of
GitHubSourceVariables.getAuthorDate() |
GitHubSourceVariables.Builder |
branchName(String branchName)
Sets the value of
GitHubSourceVariables.getBranchName() |
GitHubSourceVariables |
build()
Builds the configured instance.
|
GitHubSourceVariables.Builder |
commitId(String commitId)
Sets the value of
GitHubSourceVariables.getCommitId() |
GitHubSourceVariables.Builder |
commitMessage(String commitMessage)
Sets the value of
GitHubSourceVariables.getCommitMessage() |
GitHubSourceVariables.Builder |
committerDate(String committerDate)
Sets the value of
GitHubSourceVariables.getCommitterDate() |
GitHubSourceVariables.Builder |
commitUrl(String commitUrl)
Sets the value of
GitHubSourceVariables.getCommitUrl() |
GitHubSourceVariables.Builder |
repositoryName(String repositoryName)
Sets the value of
GitHubSourceVariables.getRepositoryName() |
@Stability(value=Experimental) public GitHubSourceVariables.Builder authorDate(String authorDate)
GitHubSourceVariables.getAuthorDate()authorDate - The date the currently last commit on the tracked branch was authored, in ISO-8601 format. This parameter is required.this@Stability(value=Experimental) public GitHubSourceVariables.Builder branchName(String branchName)
GitHubSourceVariables.getBranchName()branchName - The name of the branch this action tracks. This parameter is required.this@Stability(value=Experimental) public GitHubSourceVariables.Builder commitId(String commitId)
GitHubSourceVariables.getCommitId()commitId - The SHA1 hash of the currently last commit on the tracked branch. This parameter is required.this@Stability(value=Experimental) public GitHubSourceVariables.Builder commitMessage(String commitMessage)
GitHubSourceVariables.getCommitMessage()commitMessage - The message of the currently last commit on the tracked branch. This parameter is required.this@Stability(value=Experimental) public GitHubSourceVariables.Builder committerDate(String committerDate)
GitHubSourceVariables.getCommitterDate()committerDate - The date the currently last commit on the tracked branch was committed, in ISO-8601 format. This parameter is required.this@Stability(value=Experimental) public GitHubSourceVariables.Builder commitUrl(String commitUrl)
GitHubSourceVariables.getCommitUrl()commitUrl - The GitHub API URL of the currently last commit on the tracked branch. This parameter is required.this@Stability(value=Experimental) public GitHubSourceVariables.Builder repositoryName(String repositoryName)
GitHubSourceVariables.getRepositoryName()repositoryName - The name of the repository this action points to. This parameter is required.this@Stability(value=Experimental) public GitHubSourceVariables build()
build in interface software.amazon.jsii.Builder<GitHubSourceVariables>GitHubSourceVariablesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.