@Stability(value=Stable) public static final class CfnBot.S3BucketLogDestinationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnBot.S3BucketLogDestinationProperty>
CfnBot.S3BucketLogDestinationProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnBot.S3BucketLogDestinationProperty |
build()
Builds the configured instance.
|
CfnBot.S3BucketLogDestinationProperty.Builder |
kmsKeyArn(String kmsKeyArn)
Sets the value of
CfnBot.S3BucketLogDestinationProperty.getKmsKeyArn() |
CfnBot.S3BucketLogDestinationProperty.Builder |
logPrefix(String logPrefix)
Sets the value of
CfnBot.S3BucketLogDestinationProperty.getLogPrefix() |
CfnBot.S3BucketLogDestinationProperty.Builder |
s3BucketArn(String s3BucketArn)
Sets the value of
CfnBot.S3BucketLogDestinationProperty.getS3BucketArn() |
@Stability(value=Stable) public CfnBot.S3BucketLogDestinationProperty.Builder logPrefix(String logPrefix)
CfnBot.S3BucketLogDestinationProperty.getLogPrefix()logPrefix - Specifies the Amazon S3 prefix to assign to audio log files. This parameter is required.this@Stability(value=Stable) public CfnBot.S3BucketLogDestinationProperty.Builder s3BucketArn(String s3BucketArn)
CfnBot.S3BucketLogDestinationProperty.getS3BucketArn()s3BucketArn - Specifies the Amazon Resource Name (ARN) of the Amazon S3 bucket where audio files are stored. This parameter is required.this@Stability(value=Stable) public CfnBot.S3BucketLogDestinationProperty.Builder kmsKeyArn(String kmsKeyArn)
CfnBot.S3BucketLogDestinationProperty.getKmsKeyArn()kmsKeyArn - Specifies the Amazon Resource Name (ARN) of an AWS Key Management Service key for encrypting audio log files stored in an Amazon S3 bucket.this@Stability(value=Stable) public CfnBot.S3BucketLogDestinationProperty build()
build in interface software.amazon.jsii.Builder<CfnBot.S3BucketLogDestinationProperty>CfnBot.S3BucketLogDestinationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.