Interface ProblemDetails.Builder

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

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

    • detail

      A human-readable explanation specific to this occurrence of the problem.

      Parameters:
      detail - A human-readable explanation specific to this occurrence of the problem.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • title

      A human-readable title of the problem type.

      Parameters:
      title - A human-readable title of the problem type.
      Returns:
      Returns a reference to this object so that method calls can be chained together.