@Stability(value=Deprecated) @Deprecated public static final class GoPublishOptions.Builder extends Object implements software.amazon.jsii.Builder<GoPublishOptions>
GoPublishOptions| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GoPublishOptions |
build()
Deprecated.
|
GoPublishOptions.Builder |
gitBranch(String gitBranch)
Deprecated.
|
GoPublishOptions.Builder |
gitCommitMessage(String gitCommitMessage)
Deprecated.
|
GoPublishOptions.Builder |
githubRepo(String githubRepo)
Deprecated.
|
GoPublishOptions.Builder |
githubTokenSecret(String githubTokenSecret)
Deprecated.
|
GoPublishOptions.Builder |
gitUserEmail(String gitUserEmail)
Deprecated.
|
GoPublishOptions.Builder |
gitUserName(String gitUserName)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public GoPublishOptions.Builder gitBranch(String gitBranch)
GoPublishOptions.getGitBranch()gitBranch - Branch to push to.this@Stability(value=Deprecated) @Deprecated public GoPublishOptions.Builder gitCommitMessage(String gitCommitMessage)
GoPublishOptions.getGitCommitMessage()gitCommitMessage - The commit message.this@Stability(value=Deprecated) @Deprecated public GoPublishOptions.Builder githubRepo(String githubRepo)
GoPublishOptions.getGithubRepo()githubRepo - GitHub repository to push to.this@Stability(value=Deprecated) @Deprecated public GoPublishOptions.Builder githubTokenSecret(String githubTokenSecret)
GoPublishOptions.getGithubTokenSecret()githubTokenSecret - The name of the secret that includes a personal GitHub access token used to push to the GitHub repository.this@Stability(value=Deprecated) @Deprecated public GoPublishOptions.Builder gitUserEmail(String gitUserEmail)
GoPublishOptions.getGitUserEmail()gitUserEmail - The email to use in the release git commit.this@Stability(value=Deprecated) @Deprecated public GoPublishOptions.Builder gitUserName(String gitUserName)
GoPublishOptions.getGitUserName()gitUserName - The user name to use for the release git commit.this@Stability(value=Deprecated) @Deprecated public GoPublishOptions build()
build in interface software.amazon.jsii.Builder<GoPublishOptions>GoPublishOptionsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.