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