Class CfnBotPropsMixin.AudioFillerSettingsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.lex.CfnBotPropsMixin.AudioFillerSettingsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnBotPropsMixin.AudioFillerSettingsProperty>
- Enclosing interface:
CfnBotPropsMixin.AudioFillerSettingsProperty
@Stability(Stable)
public static final class CfnBotPropsMixin.AudioFillerSettingsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnBotPropsMixin.AudioFillerSettingsProperty>
A builder for
CfnBotPropsMixin.AudioFillerSettingsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getAudioType()build()Builds the configured instance.Sets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getEnabled()minimumPlayDurationInMilliseconds(Number minimumPlayDurationInMilliseconds) responseDeliveryDelayInMilliseconds(Number responseDeliveryDelayInMilliseconds) startDelayInMilliseconds(Number startDelayInMilliseconds)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
audioType
@Stability(Stable) public CfnBotPropsMixin.AudioFillerSettingsProperty.Builder audioType(String audioType) Sets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getAudioType()- Parameters:
audioType- the value to be set.- Returns:
this
-
enabled
@Stability(Stable) public CfnBotPropsMixin.AudioFillerSettingsProperty.Builder enabled(Boolean enabled) Sets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
enabled
@Stability(Stable) public CfnBotPropsMixin.AudioFillerSettingsProperty.Builder enabled(IResolvable enabled) Sets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getEnabled()- Parameters:
enabled- the value to be set.- Returns:
this
-
minimumPlayDurationInMilliseconds
@Stability(Stable) public CfnBotPropsMixin.AudioFillerSettingsProperty.Builder minimumPlayDurationInMilliseconds(Number minimumPlayDurationInMilliseconds) Sets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getMinimumPlayDurationInMilliseconds()- Parameters:
minimumPlayDurationInMilliseconds- the value to be set.- Returns:
this
-
responseDeliveryDelayInMilliseconds
@Stability(Stable) public CfnBotPropsMixin.AudioFillerSettingsProperty.Builder responseDeliveryDelayInMilliseconds(Number responseDeliveryDelayInMilliseconds) Sets the value ofCfnBotPropsMixin.AudioFillerSettingsProperty.getResponseDeliveryDelayInMilliseconds()- Parameters:
responseDeliveryDelayInMilliseconds- the value to be set.- Returns:
this
-
startDelayInMilliseconds
@Stability(Stable) public CfnBotPropsMixin.AudioFillerSettingsProperty.Builder startDelayInMilliseconds(Number startDelayInMilliseconds) - Parameters:
startDelayInMilliseconds- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnBotPropsMixin.AudioFillerSettingsProperty>- Returns:
- a new instance of
CfnBotPropsMixin.AudioFillerSettingsProperty - Throws:
NullPointerException- if any required attribute was not provided
-