public static final class CfnBotAlias.AudioLogDestinationProperty.Builder
extends java.lang.Object
CfnBotAlias.AudioLogDestinationProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnBotAlias.AudioLogDestinationProperty |
build()
Builds the configured instance.
|
CfnBotAlias.AudioLogDestinationProperty.Builder |
s3Bucket(CfnBotAlias.S3BucketLogDestinationProperty s3Bucket)
Sets the value of
CfnBotAlias.AudioLogDestinationProperty.getS3Bucket() |
CfnBotAlias.AudioLogDestinationProperty.Builder |
s3Bucket(IResolvable s3Bucket)
Sets the value of
CfnBotAlias.AudioLogDestinationProperty.getS3Bucket() |
public CfnBotAlias.AudioLogDestinationProperty.Builder s3Bucket(IResolvable s3Bucket)
CfnBotAlias.AudioLogDestinationProperty.getS3Bucket()
s3Bucket
- The S3 bucket location where audio logs are stored. This parameter is required.this
public CfnBotAlias.AudioLogDestinationProperty.Builder s3Bucket(CfnBotAlias.S3BucketLogDestinationProperty s3Bucket)
CfnBotAlias.AudioLogDestinationProperty.getS3Bucket()
s3Bucket
- The S3 bucket location where audio logs are stored. This parameter is required.this
public CfnBotAlias.AudioLogDestinationProperty build()
CfnBotAlias.AudioLogDestinationProperty
java.lang.NullPointerException
- if any required attribute was not provided