@Stability(value=Stable) public static final class CfnApplicationVersion.SourceBundleProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationVersion.SourceBundleProperty>
CfnApplicationVersion.SourceBundleProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationVersion.SourceBundleProperty |
build()
Builds the configured instance.
|
CfnApplicationVersion.SourceBundleProperty.Builder |
s3Bucket(String s3Bucket)
Sets the value of
CfnApplicationVersion.SourceBundleProperty.getS3Bucket() |
CfnApplicationVersion.SourceBundleProperty.Builder |
s3Key(String s3Key)
Sets the value of
CfnApplicationVersion.SourceBundleProperty.getS3Key() |
@Stability(value=Stable) public CfnApplicationVersion.SourceBundleProperty.Builder s3Bucket(String s3Bucket)
CfnApplicationVersion.SourceBundleProperty.getS3Bucket()s3Bucket - `CfnApplicationVersion.SourceBundleProperty.S3Bucket`. This parameter is required.this@Stability(value=Stable) public CfnApplicationVersion.SourceBundleProperty.Builder s3Key(String s3Key)
CfnApplicationVersion.SourceBundleProperty.getS3Key()s3Key - `CfnApplicationVersion.SourceBundleProperty.S3Key`. This parameter is required.this@Stability(value=Stable) public CfnApplicationVersion.SourceBundleProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationVersion.SourceBundleProperty>CfnApplicationVersion.SourceBundlePropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.