Interface ClientInfo.Builder

  • Method Details

    • compatibilityVersion

      ClientInfo.Builder compatibilityVersion(Integer compatibilityVersion)

      The compatibility version of the client, used to ensure API compatibility.

      Parameters:
      compatibilityVersion - The compatibility version of the client, used to ensure API compatibility.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sdkVersion

      ClientInfo.Builder sdkVersion(String sdkVersion)

      The version of the SDK being used by the client.

      Parameters:
      sdkVersion - The version of the SDK being used by the client.
      Returns:
      Returns a reference to this object so that method calls can be chained together.