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