Interface CompatibilityInformation.Builder

  • Method Details

    • clientCompatibilityVersion

      CompatibilityInformation.Builder clientCompatibilityVersion(Integer clientCompatibilityVersion)

      The client compatibility version that was requested.

      Parameters:
      clientCompatibilityVersion - The client compatibility version that was requested.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedModelIds

      CompatibilityInformation.Builder supportedModelIds(Collection<String> supportedModelIds)

      A list of model IDs that are supported for the client compatibility version.

      Parameters:
      supportedModelIds - A list of model IDs that are supported for the client compatibility version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • supportedModelIds

      CompatibilityInformation.Builder supportedModelIds(String... supportedModelIds)

      A list of model IDs that are supported for the client compatibility version.

      Parameters:
      supportedModelIds - A list of model IDs that are supported for the client compatibility version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      Additional information about compatibility requirements or recommendations.

      Parameters:
      message - Additional information about compatibility requirements or recommendations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.