@Stability(value=Stable) public static final class CfnProject.BuildStatusConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.BuildStatusConfigProperty>
CfnProject.BuildStatusConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnProject.BuildStatusConfigProperty |
build()
Builds the configured instance.
|
CfnProject.BuildStatusConfigProperty.Builder |
context(String context)
Sets the value of
CfnProject.BuildStatusConfigProperty.getContext() |
CfnProject.BuildStatusConfigProperty.Builder |
targetUrl(String targetUrl)
Sets the value of
CfnProject.BuildStatusConfigProperty.getTargetUrl() |
@Stability(value=Stable) public CfnProject.BuildStatusConfigProperty.Builder context(String context)
CfnProject.BuildStatusConfigProperty.getContext()context - Specifies the context of the build status CodeBuild sends to the source provider.
The usage of this parameter depends on the source provider.
name parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.context parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.this@Stability(value=Stable) public CfnProject.BuildStatusConfigProperty.Builder targetUrl(String targetUrl)
CfnProject.BuildStatusConfigProperty.getTargetUrl()targetUrl - Specifies the target url of the build status CodeBuild sends to the source provider.
The usage of this parameter depends on the source provider.
url parameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation.target_url parameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.this@Stability(value=Stable) public CfnProject.BuildStatusConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.BuildStatusConfigProperty>CfnProject.BuildStatusConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.