@Stability(value=Stable) public static final class CfnProject.SourceProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.SourceProperty>
CfnProject.SourceProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnProject.SourceProperty.Builder type(String type)
CfnProject.SourceProperty.getType()type - The type of repository that contains the source code to be built. Valid values include:. This parameter is required.
BITBUCKET : The source code is in a Bitbucket repository.CODECOMMIT : The source code is in an CodeCommit repository.CODEPIPELINE : The source code settings are specified in the source action of a pipeline in CodePipeline.GITHUB : The source code is in a GitHub or GitHub Enterprise Cloud repository.GITHUB_ENTERPRISE : The source code is in a GitHub Enterprise Server repository.NO_SOURCE : The project does not have input source code.S3 : The source code is in an Amazon S3 bucket.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder auth(CfnProject.SourceAuthProperty auth)
CfnProject.SourceProperty.getAuth()auth - Information about the authorization settings for AWS CodeBuild to access the source code to be built.
This information is for the AWS CodeBuild console's use only. Your code should not get or set Auth directly.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder auth(IResolvable auth)
CfnProject.SourceProperty.getAuth()auth - Information about the authorization settings for AWS CodeBuild to access the source code to be built.
This information is for the AWS CodeBuild console's use only. Your code should not get or set Auth directly.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder buildSpec(String buildSpec)
CfnProject.SourceProperty.getBuildSpec()buildSpec - The build specification for the project.
If this value is not provided, then the source code must contain a buildspec file named buildspec.yml at the root level. If this value is provided, it can be either a single string containing the entire build specification, or the path to an alternate buildspec file relative to the value of the built-in environment variable CODEBUILD_SRC_DIR . The alternate buildspec file can have a name other than buildspec.yml , for example myspec.yml or build_spec_qa.yml or similar. For more information, see the Build Spec Reference in the AWS CodeBuild User Guide .this@Stability(value=Stable) public CfnProject.SourceProperty.Builder buildStatusConfig(CfnProject.BuildStatusConfigProperty buildStatusConfig)
CfnProject.SourceProperty.getBuildStatusConfig()buildStatusConfig - Contains information that defines how the build project reports the build status to the source provider.
This option is only used when the source provider is GITHUB , GITHUB_ENTERPRISE , or BITBUCKET .this@Stability(value=Stable) public CfnProject.SourceProperty.Builder buildStatusConfig(IResolvable buildStatusConfig)
CfnProject.SourceProperty.getBuildStatusConfig()buildStatusConfig - Contains information that defines how the build project reports the build status to the source provider.
This option is only used when the source provider is GITHUB , GITHUB_ENTERPRISE , or BITBUCKET .this@Stability(value=Stable) public CfnProject.SourceProperty.Builder gitCloneDepth(Number gitCloneDepth)
CfnProject.SourceProperty.getGitCloneDepth()gitCloneDepth - The depth of history to download.
Minimum value is 0. If this value is 0, greater than 25, or not provided, then the full history is downloaded with each build project. If your source type is Amazon S3, this value is not supported.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder gitSubmodulesConfig(CfnProject.GitSubmodulesConfigProperty gitSubmodulesConfig)
CfnProject.SourceProperty.getGitSubmodulesConfig()gitSubmodulesConfig - Information about the Git submodules configuration for the build project.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder gitSubmodulesConfig(IResolvable gitSubmodulesConfig)
CfnProject.SourceProperty.getGitSubmodulesConfig()gitSubmodulesConfig - Information about the Git submodules configuration for the build project.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder insecureSsl(Boolean insecureSsl)
CfnProject.SourceProperty.getInsecureSsl()insecureSsl - This is used with GitHub Enterprise only.
Set to true to ignore SSL warnings while connecting to your GitHub Enterprise project repository. The default value is false . InsecureSsl should be used for testing purposes only. It should not be used in a production environment.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder insecureSsl(IResolvable insecureSsl)
CfnProject.SourceProperty.getInsecureSsl()insecureSsl - This is used with GitHub Enterprise only.
Set to true to ignore SSL warnings while connecting to your GitHub Enterprise project repository. The default value is false . InsecureSsl should be used for testing purposes only. It should not be used in a production environment.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder location(String location)
CfnProject.SourceProperty.getLocation()location - Information about the location of the source code to be built. Valid values include:.
location should not be specified. If it is specified, CodePipeline ignores it. This is because CodePipeline uses the settings in a pipeline's source action instead of this value.https://git-codecommit.<region-ID>.amazonaws.com/v1/repos/<repo-name> ).<bucket-name>/<path>/<object-name>.zip ).<bucket-name>/<path-to-source-code>/<folder>/ ).source object, set the auth object's type value to OAUTH .source object, set the auth object's type value to OAUTH .
If you specify CODEPIPELINE for the Type property, don't specify this property. For all of the other types, you must specify Location .
this@Stability(value=Stable) public CfnProject.SourceProperty.Builder reportBuildStatus(Boolean reportBuildStatus)
CfnProject.SourceProperty.getReportBuildStatus()reportBuildStatus - Set to true to report the status of a build's start and finish to your source provider.
This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder reportBuildStatus(IResolvable reportBuildStatus)
CfnProject.SourceProperty.getReportBuildStatus()reportBuildStatus - Set to true to report the status of a build's start and finish to your source provider.
This option is valid only when your source provider is GitHub, GitHub Enterprise, or Bitbucket. If this is set and you use a different source provider, an invalidInputException is thrown.this@Stability(value=Stable) public CfnProject.SourceProperty.Builder sourceIdentifier(String sourceIdentifier)
CfnProject.SourceProperty.getSourceIdentifier()sourceIdentifier - An identifier for this project source.
The identifier can only contain alphanumeric characters and underscores, and must be less than 128 characters in length.this@Stability(value=Stable) public CfnProject.SourceProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.SourceProperty>CfnProject.SourcePropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.