Interface Credential.Builder

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

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

    • username

      Credential.Builder username(String username)

      The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.

      Parameters:
      username - The RFC2617 compliant user name associated with the SIP credentials, in US-ASCII format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • password

      Credential.Builder password(String password)

      The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.

      Parameters:
      password - The RFC2617 compliant password associated with the SIP credentials, in US-ASCII format.
      Returns:
      Returns a reference to this object so that method calls can be chained together.