@Stability(value=Stable) public static final class CfnApplication.S3LocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplication.S3LocationProperty>
CfnApplication.S3LocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplication.S3LocationProperty |
build()
Builds the configured instance.
|
CfnApplication.S3LocationProperty.Builder |
s3Bucket(String s3Bucket)
Sets the value of
CfnApplication.S3LocationProperty.getS3Bucket() |
CfnApplication.S3LocationProperty.Builder |
s3Key(String s3Key)
Sets the value of
CfnApplication.S3LocationProperty.getS3Key() |
@Stability(value=Stable) public CfnApplication.S3LocationProperty.Builder s3Bucket(String s3Bucket)
CfnApplication.S3LocationProperty.getS3Bucket()s3Bucket - The S3 bucket of the S3 object. This parameter is required.this@Stability(value=Stable) public CfnApplication.S3LocationProperty.Builder s3Key(String s3Key)
CfnApplication.S3LocationProperty.getS3Key()s3Key - The S3 key of the S3 object. This parameter is required.this@Stability(value=Stable) public CfnApplication.S3LocationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplication.S3LocationProperty>CfnApplication.S3LocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.