@Stability(value=Stable) public static final class CfnRepository.CodeProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRepository.CodeProperty>
CfnRepository.CodeProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRepository.CodeProperty.Builder |
branchName(String branchName)
Sets the value of
CfnRepository.CodeProperty.getBranchName() |
CfnRepository.CodeProperty |
build()
Builds the configured instance.
|
CfnRepository.CodeProperty.Builder |
s3(CfnRepository.S3Property s3)
Sets the value of
CfnRepository.CodeProperty.getS3() |
CfnRepository.CodeProperty.Builder |
s3(IResolvable s3)
Sets the value of
CfnRepository.CodeProperty.getS3() |
@Stability(value=Stable) public CfnRepository.CodeProperty.Builder s3(CfnRepository.S3Property s3)
CfnRepository.CodeProperty.getS3()s3 - `CfnRepository.CodeProperty.S3`. This parameter is required.this@Stability(value=Stable) public CfnRepository.CodeProperty.Builder s3(IResolvable s3)
CfnRepository.CodeProperty.getS3()s3 - `CfnRepository.CodeProperty.S3`. This parameter is required.this@Stability(value=Stable) public CfnRepository.CodeProperty.Builder branchName(String branchName)
CfnRepository.CodeProperty.getBranchName()branchName - `CfnRepository.CodeProperty.BranchName`.this@Stability(value=Stable) public CfnRepository.CodeProperty build()
build in interface software.amazon.jsii.Builder<CfnRepository.CodeProperty>CfnRepository.CodePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.