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