Class CfnVoiceChannelPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnVoiceChannelPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVoiceChannelPropsMixin>
- Enclosing class:
CfnVoiceChannelPropsMixin
@Stability(Stable)
public static final class CfnVoiceChannelPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVoiceChannelPropsMixin>
A fluent builder for
CfnVoiceChannelPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) The unique identifier for the Amazon Pinpoint application that the voice channel applies to.build()create()create(CfnPropertyMixinOptions options) Specifies whether to enable the voice channel for the application.enabled(IResolvable enabled) Specifies whether to enable the voice channel for the application.
-
Method Details
-
create
@Stability(Stable) public static CfnVoiceChannelPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnVoiceChannelPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnVoiceChannelPropsMixin.Builder.
-
applicationId
The unique identifier for the Amazon Pinpoint application that the voice channel applies to.- Parameters:
applicationId- The unique identifier for the Amazon Pinpoint application that the voice channel applies to. This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether to enable the voice channel for the application.- Parameters:
enabled- Specifies whether to enable the voice channel for the application. This parameter is required.- Returns:
this- See Also:
-
enabled
Specifies whether to enable the voice channel for the application.- Parameters:
enabled- Specifies whether to enable the voice channel for the application. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVoiceChannelPropsMixin>- Returns:
- a newly built instance of
CfnVoiceChannelPropsMixin.
-