@Stability(value=Experimental) public static final class GitHubSourceCredentialsProps.Builder extends Object implements software.amazon.jsii.Builder<GitHubSourceCredentialsProps>
GitHubSourceCredentialsProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
GitHubSourceCredentialsProps.Builder |
accessToken(SecretValue accessToken)
Sets the value of
GitHubSourceCredentialsProps.getAccessToken() |
GitHubSourceCredentialsProps |
build()
Builds the configured instance.
|
@Stability(value=Experimental) public GitHubSourceCredentialsProps.Builder accessToken(SecretValue accessToken)
GitHubSourceCredentialsProps.getAccessToken()accessToken - The personal access token to use when contacting the GitHub API. This parameter is required.this@Stability(value=Experimental) public GitHubSourceCredentialsProps build()
build in interface software.amazon.jsii.Builder<GitHubSourceCredentialsProps>GitHubSourceCredentialsPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.