Interface PhoneNumberSummary.Builder

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

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

    • id

      The identifier of the phone number.

      Parameters:
      id - The identifier of the phone number.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arn

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

      Parameters:
      arn - 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

      PhoneNumberSummary.Builder phoneNumber(String phoneNumber)

      The phone number.

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

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

      PhoneNumberSummary.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:
    • phoneNumberCountryCode

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

      PhoneNumberSummary.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: