@Stability(value=Stable) public static final class CfnProject.ProjectBuildBatchConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnProject.ProjectBuildBatchConfigProperty>
CfnProject.ProjectBuildBatchConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty.Builder batchReportMode(String batchReportMode)
CfnProject.ProjectBuildBatchConfigProperty.getBatchReportMode()batchReportMode - Specifies how build status reports are sent to the source provider for the batch build.
This property is only used when the source provider for your project is Bitbucket, GitHub, or GitHub Enterprise, and your project is configured to report build statuses to the source provider.
this@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty.Builder combineArtifacts(Boolean combineArtifacts)
CfnProject.ProjectBuildBatchConfigProperty.getCombineArtifacts()combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.this@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty.Builder combineArtifacts(IResolvable combineArtifacts)
CfnProject.ProjectBuildBatchConfigProperty.getCombineArtifacts()combineArtifacts - Specifies if the build artifacts for the batch build should be combined into a single artifact location.this@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty.Builder restrictions(CfnProject.BatchRestrictionsProperty restrictions)
CfnProject.ProjectBuildBatchConfigProperty.getRestrictions()restrictions - A `BatchRestrictions` object that specifies the restrictions for the batch build.this@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty.Builder restrictions(IResolvable restrictions)
CfnProject.ProjectBuildBatchConfigProperty.getRestrictions()restrictions - A `BatchRestrictions` object that specifies the restrictions for the batch build.this@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty.Builder serviceRole(String serviceRole)
CfnProject.ProjectBuildBatchConfigProperty.getServiceRole()serviceRole - Specifies the service role ARN for the batch build project.this@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty.Builder timeoutInMins(Number timeoutInMins)
CfnProject.ProjectBuildBatchConfigProperty.getTimeoutInMins()timeoutInMins - Specifies the maximum amount of time, in minutes, that the batch build must be completed in.this@Stability(value=Stable) public CfnProject.ProjectBuildBatchConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnProject.ProjectBuildBatchConfigProperty>CfnProject.ProjectBuildBatchConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.