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 Details

    • 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.