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