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