Interface PSTNDialIn.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>,SdkBuilder<PSTNDialIn.Builder,PSTNDialIn>,SdkPojo
- Enclosing class:
- PSTNDialIn
public static interface PSTNDialIn.Builder extends SdkPojo, CopyableBuilder<PSTNDialIn.Builder,PSTNDialIn>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PSTNDialIn.BuildercountryCode(String countryCode)The zip code.PSTNDialIn.BuilderoneClickIdDelay(String oneClickIdDelay)The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).PSTNDialIn.BuilderoneClickPinDelay(String oneClickPinDelay)The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).PSTNDialIn.BuilderphoneNumber(String phoneNumber)The phone number to call to join the conference.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
countryCode
PSTNDialIn.Builder countryCode(String countryCode)
The zip code.
- Parameters:
countryCode- The zip code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
phoneNumber
PSTNDialIn.Builder phoneNumber(String phoneNumber)
The phone number to call to join the conference.
- Parameters:
phoneNumber- The phone number to call to join the conference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oneClickIdDelay
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
oneClickPinDelay
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-