@Stability(value=Stable) public static final class CfnApplicationV2.S3ContentLocationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApplicationV2.S3ContentLocationProperty>
CfnApplicationV2.S3ContentLocationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApplicationV2.S3ContentLocationProperty.Builder |
bucketArn(String bucketArn)
Sets the value of
CfnApplicationV2.S3ContentLocationProperty.getBucketArn() |
CfnApplicationV2.S3ContentLocationProperty |
build()
Builds the configured instance.
|
CfnApplicationV2.S3ContentLocationProperty.Builder |
fileKey(String fileKey)
Sets the value of
CfnApplicationV2.S3ContentLocationProperty.getFileKey() |
CfnApplicationV2.S3ContentLocationProperty.Builder |
objectVersion(String objectVersion)
Sets the value of
CfnApplicationV2.S3ContentLocationProperty.getObjectVersion() |
@Stability(value=Stable) public CfnApplicationV2.S3ContentLocationProperty.Builder bucketArn(String bucketArn)
CfnApplicationV2.S3ContentLocationProperty.getBucketArn()bucketArn - The Amazon Resource Name (ARN) for the S3 bucket containing the application code. This parameter is required.this@Stability(value=Stable) public CfnApplicationV2.S3ContentLocationProperty.Builder fileKey(String fileKey)
CfnApplicationV2.S3ContentLocationProperty.getFileKey()fileKey - The file key for the object containing the application code. This parameter is required.this@Stability(value=Stable) public CfnApplicationV2.S3ContentLocationProperty.Builder objectVersion(String objectVersion)
CfnApplicationV2.S3ContentLocationProperty.getObjectVersion()objectVersion - The version of the object containing the application code.this@Stability(value=Stable) public CfnApplicationV2.S3ContentLocationProperty build()
build in interface software.amazon.jsii.Builder<CfnApplicationV2.S3ContentLocationProperty>CfnApplicationV2.S3ContentLocationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.