@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 kmsKeyArn(String kmsKeyArn)
CfnBotAlias.S3BucketLogDestinationProperty.getKmsKeyArn()kmsKeyArn - `CfnBotAlias.S3BucketLogDestinationProperty.KmsKeyArn`.this@Stability(value=Stable) public CfnBotAlias.S3BucketLogDestinationProperty.Builder logPrefix(String logPrefix)
CfnBotAlias.S3BucketLogDestinationProperty.getLogPrefix()logPrefix - `CfnBotAlias.S3BucketLogDestinationProperty.LogPrefix`. This parameter is required.this@Stability(value=Stable) public CfnBotAlias.S3BucketLogDestinationProperty.Builder s3BucketArn(String s3BucketArn)
CfnBotAlias.S3BucketLogDestinationProperty.getS3BucketArn()s3BucketArn - `CfnBotAlias.S3BucketLogDestinationProperty.S3BucketArn`. This parameter is required.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 © 2021. All rights reserved.