@Stability(value=Stable) public static final class CfnCodeRepositoryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnCodeRepositoryProps>
CfnCodeRepositoryProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCodeRepositoryProps |
build()
Builds the configured instance.
|
CfnCodeRepositoryProps.Builder |
codeRepositoryName(String codeRepositoryName)
Sets the value of
CfnCodeRepositoryProps.getCodeRepositoryName() |
CfnCodeRepositoryProps.Builder |
gitConfig(CfnCodeRepository.GitConfigProperty gitConfig)
Sets the value of
CfnCodeRepositoryProps.getGitConfig() |
CfnCodeRepositoryProps.Builder |
gitConfig(IResolvable gitConfig)
Sets the value of
CfnCodeRepositoryProps.getGitConfig() |
CfnCodeRepositoryProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnCodeRepositoryProps.getTags() |
@Stability(value=Stable) public CfnCodeRepositoryProps.Builder gitConfig(CfnCodeRepository.GitConfigProperty gitConfig)
CfnCodeRepositoryProps.getGitConfig()gitConfig - Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository. This parameter is required.this@Stability(value=Stable) public CfnCodeRepositoryProps.Builder gitConfig(IResolvable gitConfig)
CfnCodeRepositoryProps.getGitConfig()gitConfig - Configuration details for the Git repository, including the URL where it is located and the ARN of the AWS Secrets Manager secret that contains the credentials used to access the repository. This parameter is required.this@Stability(value=Stable) public CfnCodeRepositoryProps.Builder codeRepositoryName(String codeRepositoryName)
CfnCodeRepositoryProps.getCodeRepositoryName()codeRepositoryName - The name of the Git repository.this@Stability(value=Stable) public CfnCodeRepositoryProps.Builder tags(List<? extends CfnTag> tags)
CfnCodeRepositoryProps.getTags()tags - List of tags for Code Repository.this@Stability(value=Stable) public CfnCodeRepositoryProps build()
build in interface software.amazon.jsii.Builder<CfnCodeRepositoryProps>CfnCodeRepositoryPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.