@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.751Z") @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()
`AWS::Pinpoint::VoiceChannel.ApplicationId`.
|
default Object |
getEnabled()
`AWS::Pinpoint::VoiceChannel.Enabled`.
|
@Stability(value=Stable) @NotNull String getApplicationId()
@Stability(value=Stable) @Nullable default Object getEnabled()
@Stability(value=Stable) static CfnVoiceChannelProps.Builder builder()
CfnVoiceChannelProps.Builder of CfnVoiceChannelPropsCopyright © 2021. All rights reserved.