Interface DatabaseConnectionStringProfile.Builder

  • Method Details

    • consumerGroup

      DatabaseConnectionStringProfile.Builder consumerGroup(String consumerGroup)

      The consumer group associated with the connection string profile.

      Parameters:
      consumerGroup - The consumer group associated with the connection string profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • displayName

      The user-friendly name of the connection string profile.

      Parameters:
      displayName - The user-friendly name of the connection string profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostFormat

      The host name format used in the connection string.

      Parameters:
      hostFormat - The host name format used in the connection string.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • isRegional

      Indicates whether the connection string profile is regional.

      Parameters:
      isRegional - Indicates whether the connection string profile is regional.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • protocol

      The protocol used by the connection string profile.

      Parameters:
      protocol - The protocol used by the connection string profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sessionMode

      The session mode of the connection string profile.

      Parameters:
      sessionMode - The session mode of the connection string profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • syntaxFormat

      DatabaseConnectionStringProfile.Builder syntaxFormat(String syntaxFormat)

      The syntax format of the connection string profile.

      Parameters:
      syntaxFormat - The syntax format of the connection string profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tlsAuthentication

      DatabaseConnectionStringProfile.Builder tlsAuthentication(String tlsAuthentication)

      The TLS authentication method used by the connection string profile.

      Parameters:
      tlsAuthentication - The TLS authentication method used by the connection string profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • value

      The connection string value of the profile.

      Parameters:
      value - The connection string value of the profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.