Interface ServerError.Builder

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

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

    • serverErrorCategory

      ServerError.Builder serverErrorCategory(String serverErrorCategory)

      The error category of server analysis.

      Parameters:
      serverErrorCategory - The error category of server analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • serverErrorCategory

      ServerError.Builder serverErrorCategory(ServerErrorCategory serverErrorCategory)

      The error category of server analysis.

      Parameters:
      serverErrorCategory - The error category of server analysis.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: