@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 - `CfnGitHubRepository.S3Property.Bucket`. This parameter is required.this@Stability(value=Stable) public CfnGitHubRepository.S3Property.Builder key(String key)
CfnGitHubRepository.S3Property.getKey()key - `CfnGitHubRepository.S3Property.Key`. This parameter is required.this@Stability(value=Stable) public CfnGitHubRepository.S3Property.Builder objectVersion(String objectVersion)
CfnGitHubRepository.S3Property.getObjectVersion()objectVersion - `CfnGitHubRepository.S3Property.ObjectVersion`.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 © 2021. All rights reserved.