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