@Stability(value=Stable) public static final class CfnService.CodeRepositoryProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.CodeRepositoryProperty>
CfnService.CodeRepositoryProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnService.CodeRepositoryProperty.Builder repositoryUrl(String repositoryUrl)
CfnService.CodeRepositoryProperty.getRepositoryUrl()repositoryUrl - The location of the repository that contains the source code. This parameter is required.this@Stability(value=Stable) public CfnService.CodeRepositoryProperty.Builder sourceCodeVersion(CfnService.SourceCodeVersionProperty sourceCodeVersion)
CfnService.CodeRepositoryProperty.getSourceCodeVersion()sourceCodeVersion - The version that should be used within the source code repository. This parameter is required.this@Stability(value=Stable) public CfnService.CodeRepositoryProperty.Builder sourceCodeVersion(IResolvable sourceCodeVersion)
CfnService.CodeRepositoryProperty.getSourceCodeVersion()sourceCodeVersion - The version that should be used within the source code repository. This parameter is required.this@Stability(value=Stable) public CfnService.CodeRepositoryProperty.Builder codeConfiguration(CfnService.CodeConfigurationProperty codeConfiguration)
CfnService.CodeRepositoryProperty.getCodeConfiguration()codeConfiguration - Configuration for building and running the service from a source code repository.
CodeConfigurationis required only forCreateServicerequest.
this@Stability(value=Stable) public CfnService.CodeRepositoryProperty.Builder codeConfiguration(IResolvable codeConfiguration)
CfnService.CodeRepositoryProperty.getCodeConfiguration()codeConfiguration - Configuration for building and running the service from a source code repository.
CodeConfigurationis required only forCreateServicerequest.
this@Stability(value=Stable) public CfnService.CodeRepositoryProperty build()
build in interface software.amazon.jsii.Builder<CfnService.CodeRepositoryProperty>CfnService.CodeRepositoryPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.