@Stability(value=Stable) public static final class CfnRepository.S3Property.Builder extends Object implements software.amazon.jsii.Builder<CfnRepository.S3Property>
CfnRepository.S3Property| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRepository.S3Property.Builder |
bucket(String bucket)
Sets the value of
CfnRepository.S3Property.getBucket() |
CfnRepository.S3Property |
build()
Builds the configured instance.
|
CfnRepository.S3Property.Builder |
key(String key)
Sets the value of
CfnRepository.S3Property.getKey() |
CfnRepository.S3Property.Builder |
objectVersion(String objectVersion)
Sets the value of
CfnRepository.S3Property.getObjectVersion() |
@Stability(value=Stable) public CfnRepository.S3Property.Builder bucket(String bucket)
CfnRepository.S3Property.getBucket()bucket - `CfnRepository.S3Property.Bucket`. This parameter is required.this@Stability(value=Stable) public CfnRepository.S3Property.Builder key(String key)
CfnRepository.S3Property.getKey()key - `CfnRepository.S3Property.Key`. This parameter is required.this@Stability(value=Stable) public CfnRepository.S3Property.Builder objectVersion(String objectVersion)
CfnRepository.S3Property.getObjectVersion()objectVersion - `CfnRepository.S3Property.ObjectVersion`.this@Stability(value=Stable) public CfnRepository.S3Property build()
build in interface software.amazon.jsii.Builder<CfnRepository.S3Property>CfnRepository.S3PropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.