public static interface PSTNDialIn.Builder extends SdkPojo, CopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>
Modifier and Type | Method and Description |
---|---|
PSTNDialIn.Builder |
countryCode(String countryCode)
The zip code.
|
PSTNDialIn.Builder |
oneClickIdDelay(String oneClickIdDelay)
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).
|
PSTNDialIn.Builder |
oneClickPinDelay(String oneClickPinDelay)
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).
|
PSTNDialIn.Builder |
phoneNumber(String phoneNumber)
The phone number to call to join the conference.
|
copy
applyMutation, build
PSTNDialIn.Builder countryCode(String countryCode)
The zip code.
countryCode
- The zip code.PSTNDialIn.Builder phoneNumber(String phoneNumber)
The phone number to call to join the conference.
phoneNumber
- The phone number to call to join the conference.PSTNDialIn.Builder oneClickIdDelay(String oneClickIdDelay)
The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
oneClickIdDelay
- The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF). Each
number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone
network.PSTNDialIn.Builder oneClickPinDelay(String oneClickPinDelay)
The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone network.
oneClickPinDelay
- The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF). Each
number on the dial pad corresponds to a DTMF tone, which is how we send data over the telephone
network.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.