@Stability(value=Stable) public static final class CfnGitHubRepository.S3Property.Builder extends Object implements software.amazon.jsii.Builder<CfnGitHubRepository.S3Property>
CfnGitHubRepository.S3Property| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGitHubRepository.S3Property.Builder |
bucket(String bucket)
Sets the value of
CfnGitHubRepository.S3Property.getBucket() |
CfnGitHubRepository.S3Property |
build()
Builds the configured instance.
|
CfnGitHubRepository.S3Property.Builder |
key(String key)
Sets the value of
CfnGitHubRepository.S3Property.getKey() |
CfnGitHubRepository.S3Property.Builder |
objectVersion(String objectVersion)
Sets the value of
CfnGitHubRepository.S3Property.getObjectVersion() |
@Stability(value=Stable) public CfnGitHubRepository.S3Property.Builder bucket(String bucket)
CfnGitHubRepository.S3Property.getBucket()bucket - The name of the Amazon S3 bucket that contains the ZIP file with the content to be committed to the new repository. This parameter is required.this@Stability(value=Stable) public CfnGitHubRepository.S3Property.Builder key(String key)
CfnGitHubRepository.S3Property.getKey()key - The S3 object key or file name for the ZIP file. This parameter is required.this@Stability(value=Stable) public CfnGitHubRepository.S3Property.Builder objectVersion(String objectVersion)
CfnGitHubRepository.S3Property.getObjectVersion()objectVersion - The object version of the ZIP file, if versioning is enabled for the Amazon S3 bucket.this@Stability(value=Stable) public CfnGitHubRepository.S3Property build()
build in interface software.amazon.jsii.Builder<CfnGitHubRepository.S3Property>CfnGitHubRepository.S3PropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.