Interface ProtectedQueryError.Builder

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

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

    • message

      A description of why the query failed.

      Parameters:
      message - A description of why the query failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • code

      An error code for the error.

      Parameters:
      code - An error code for the error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.