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