Interface ListPhoneNumbersSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ListPhoneNumbersSummary.Builder,ListPhoneNumbersSummary>, SdkBuilder<ListPhoneNumbersSummary.Builder,ListPhoneNumbersSummary>, SdkPojo
Enclosing class:
ListPhoneNumbersSummary

public static interface ListPhoneNumbersSummary.Builder extends SdkPojo, CopyableBuilder<ListPhoneNumbersSummary.Builder,ListPhoneNumbersSummary>
  • Method Details

    • phoneNumberId

      ListPhoneNumbersSummary.Builder phoneNumberId(String phoneNumberId)

      A unique identifier for the phone number.

      Parameters:
      phoneNumberId - A unique identifier for the phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phoneNumberArn

      ListPhoneNumbersSummary.Builder phoneNumberArn(String phoneNumberArn)

      The Amazon Resource Name (ARN) of the phone number.

      Parameters:
      phoneNumberArn - The Amazon Resource Name (ARN) of the phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phoneNumber

      ListPhoneNumbersSummary.Builder phoneNumber(String phoneNumber)

      The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].

      Parameters:
      phoneNumber - The phone number. Phone numbers are formatted [+] [country code] [subscriber number including area code].
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • phoneNumberCountryCode

      ListPhoneNumbersSummary.Builder phoneNumberCountryCode(String phoneNumberCountryCode)

      The ISO country code.

      Parameters:
      phoneNumberCountryCode - The ISO country code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • phoneNumberCountryCode

      ListPhoneNumbersSummary.Builder phoneNumberCountryCode(PhoneNumberCountryCode phoneNumberCountryCode)

      The ISO country code.

      Parameters:
      phoneNumberCountryCode - The ISO country code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • phoneNumberType

      ListPhoneNumbersSummary.Builder phoneNumberType(String phoneNumberType)

      The type of phone number.

      Parameters:
      phoneNumberType - The type of phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • phoneNumberType

      ListPhoneNumbersSummary.Builder phoneNumberType(PhoneNumberType phoneNumberType)

      The type of phone number.

      Parameters:
      phoneNumberType - The type of phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • targetArn

      The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.

      Parameters:
      targetArn - The Amazon Resource Name (ARN) for Amazon Connect instances or traffic distribution groups that phone number inbound traffic is routed through.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • instanceId

      ListPhoneNumbersSummary.Builder instanceId(String instanceId)

      The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.

      Parameters:
      instanceId - The identifier of the Amazon Connect instance that phone numbers are claimed to. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
      Returns:
      Returns a reference to this object so that method calls can be chained together.