Class CfnVoiceChannelMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.pinpoint.CfnVoiceChannelMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVoiceChannelMixinProps>
- Enclosing interface:
CfnVoiceChannelMixinProps
@Stability(Stable)
public static final class CfnVoiceChannelMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVoiceChannelMixinProps>
A builder for
CfnVoiceChannelMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) Sets the value ofCfnVoiceChannelMixinProps.getApplicationId()build()Builds the configured instance.Sets the value ofCfnVoiceChannelMixinProps.getEnabled()enabled(IResolvable enabled) Sets the value ofCfnVoiceChannelMixinProps.getEnabled()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationId
Sets the value ofCfnVoiceChannelMixinProps.getApplicationId()- Parameters:
applicationId- The unique identifier for the Amazon Pinpoint application that the voice channel applies to.- Returns:
this
-
enabled
Sets the value ofCfnVoiceChannelMixinProps.getEnabled()- Parameters:
enabled- Specifies whether to enable the voice channel for the application.- Returns:
this
-
enabled
Sets the value ofCfnVoiceChannelMixinProps.getEnabled()- Parameters:
enabled- Specifies whether to enable the voice channel for the application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVoiceChannelMixinProps>- Returns:
- a new instance of
CfnVoiceChannelMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-