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
Modifier and TypeMethodDescriptioncountryCode(String countryCode) The zip code.oneClickIdDelay(String oneClickIdDelay) The delay duration before Alexa enters the conference ID with dual-tone multi-frequency (DTMF).oneClickPinDelay(String oneClickPinDelay) The delay duration before Alexa enters the conference pin with dual-tone multi-frequency (DTMF).phoneNumber(String phoneNumber) The phone number to call to join the conference.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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
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
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.
-