@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.250Z") @Stability(value=Stable) public interface CfnVoiceChannelProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.pinpoint.*;
CfnVoiceChannelProps cfnVoiceChannelProps = CfnVoiceChannelProps.builder()
.applicationId("applicationId")
// the properties below are optional
.enabled(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVoiceChannelProps.Builder
A builder for
CfnVoiceChannelProps |
static class |
CfnVoiceChannelProps.Jsii$Proxy
An implementation for
CfnVoiceChannelProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVoiceChannelProps.Builder |
builder() |
String |
getApplicationId()
The unique identifier for the Amazon Pinpoint application that the voice channel applies to.
|
default Object |
getEnabled()
Specifies whether to enable the voice channel for the application.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnVoiceChannelProps.Builder builder()
CfnVoiceChannelProps.Builder of CfnVoiceChannelPropsCopyright © 2022. All rights reserved.