public static final class CfnVoiceChannel.Builder
extends java.lang.Object
CfnVoiceChannel
.Modifier and Type | Method and Description |
---|---|
CfnVoiceChannel.Builder |
applicationId(java.lang.String applicationId)
The unique identifier for the Amazon Pinpoint application that the voice channel applies to.
|
CfnVoiceChannel |
build() |
static CfnVoiceChannel.Builder |
create(Construct scope,
java.lang.String id) |
CfnVoiceChannel.Builder |
enabled(java.lang.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.
|
public static CfnVoiceChannel.Builder create(Construct scope, java.lang.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
.public CfnVoiceChannel.Builder applicationId(java.lang.String applicationId)
applicationId
- The unique identifier for the Amazon Pinpoint application that the voice channel applies to. This parameter is required.this
public CfnVoiceChannel.Builder enabled(java.lang.Boolean enabled)
enabled
- Specifies whether to enable the voice channel for the application. This parameter is required.this
public CfnVoiceChannel.Builder enabled(IResolvable enabled)
enabled
- Specifies whether to enable the voice channel for the application. This parameter is required.this
public CfnVoiceChannel build()