Class CfnBot.AudioLogDestinationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.lex.CfnBot.AudioLogDestinationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBot.AudioLogDestinationProperty>
- Enclosing interface:
CfnBot.AudioLogDestinationProperty
@Stability(Stable)
public static final class CfnBot.AudioLogDestinationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBot.AudioLogDestinationProperty>
A builder for
CfnBot.AudioLogDestinationProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.s3Bucket
(IResolvable s3Bucket) Sets the value ofCfnBot.AudioLogDestinationProperty.getS3Bucket()
Sets the value ofCfnBot.AudioLogDestinationProperty.getS3Bucket()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Bucket
Sets the value ofCfnBot.AudioLogDestinationProperty.getS3Bucket()
- Parameters:
s3Bucket
- Specifies the Amazon S3 bucket where the audio files are stored. This parameter is required.- Returns:
this
-
s3Bucket
@Stability(Stable) public CfnBot.AudioLogDestinationProperty.Builder s3Bucket(CfnBot.S3BucketLogDestinationProperty s3Bucket) Sets the value ofCfnBot.AudioLogDestinationProperty.getS3Bucket()
- Parameters:
s3Bucket
- Specifies the Amazon S3 bucket where the audio files are stored. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnBot.AudioLogDestinationProperty>
- Returns:
- a new instance of
CfnBot.AudioLogDestinationProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-