@Stability(value=Stable) public static final class CfnVoiceChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnVoiceChannel>
CfnVoiceChannel.| Modifier and Type | Method and Description |
|---|---|
CfnVoiceChannel.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that the voice channel applies to.
|
CfnVoiceChannel |
build() |
static CfnVoiceChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnVoiceChannel.Builder |
enabled(Boolean enabled)
Specifies whether to enable the voice channel for the application.
|
CfnVoiceChannel.Builder |
enabled(IResolvable enabled)
Specifies whether to enable the voice channel for the application.
|
@Stability(value=Stable) public static CfnVoiceChannel.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnVoiceChannel.Builder.@Stability(value=Stable) public CfnVoiceChannel.Builder applicationId(String applicationId)
applicationId - The unique identifier for the Amazon Pinpoint application that the voice channel applies to. This parameter is required.this@Stability(value=Stable) public CfnVoiceChannel.Builder enabled(Boolean enabled)
enabled - Specifies whether to enable the voice channel for the application. This parameter is required.this@Stability(value=Stable) public CfnVoiceChannel.Builder enabled(IResolvable enabled)
enabled - Specifies whether to enable the voice channel for the application. This parameter is required.this@Stability(value=Stable) public CfnVoiceChannel build()
build in interface software.amazon.jsii.Builder<CfnVoiceChannel>Copyright © 2022. All rights reserved.