@Stability(value=Experimental) public static final class JsiiGoTarget.Builder extends Object implements software.amazon.jsii.Builder<JsiiGoTarget>
JsiiGoTarget| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JsiiGoTarget |
build()
Builds the configured instance.
|
JsiiGoTarget.Builder |
gitBranch(String gitBranch)
Deprecated.
|
JsiiGoTarget.Builder |
gitCommitMessage(String gitCommitMessage)
Deprecated.
|
JsiiGoTarget.Builder |
githubRepo(String githubRepo)
Deprecated.
|
JsiiGoTarget.Builder |
githubTokenSecret(String githubTokenSecret)
Deprecated.
|
JsiiGoTarget.Builder |
gitUserEmail(String gitUserEmail)
Deprecated.
|
JsiiGoTarget.Builder |
gitUserName(String gitUserName)
Deprecated.
|
JsiiGoTarget.Builder |
moduleName(String moduleName)
Sets the value of
JsiiGoTarget.getModuleName() |
@Stability(value=Experimental) public JsiiGoTarget.Builder moduleName(String moduleName)
JsiiGoTarget.getModuleName()moduleName - The name of the target go module. This parameter is required.this@Stability(value=Deprecated) @Deprecated public JsiiGoTarget.Builder gitBranch(String gitBranch)
GoPublishOptions.getGitBranch()gitBranch - Branch to push to.this@Stability(value=Deprecated) @Deprecated public JsiiGoTarget.Builder gitCommitMessage(String gitCommitMessage)
GoPublishOptions.getGitCommitMessage()gitCommitMessage - The commit message.this@Stability(value=Deprecated) @Deprecated public JsiiGoTarget.Builder githubRepo(String githubRepo)
GoPublishOptions.getGithubRepo()githubRepo - GitHub repository to push to.this@Stability(value=Deprecated) @Deprecated public JsiiGoTarget.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 JsiiGoTarget.Builder gitUserEmail(String gitUserEmail)
GoPublishOptions.getGitUserEmail()gitUserEmail - The email to use in the release git commit.this@Stability(value=Deprecated) @Deprecated public JsiiGoTarget.Builder gitUserName(String gitUserName)
GoPublishOptions.getGitUserName()gitUserName - The user name to use for the release git commit.this@Stability(value=Experimental) public JsiiGoTarget build()
build in interface software.amazon.jsii.Builder<JsiiGoTarget>JsiiGoTargetNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.