Interface Error.Builder

Enclosing class:
Error

public static interface Error.Builder
Builder helper class.
  • Method Summary

    Modifier and Type
    Method
    Description
    requestId(String requestId)
    Set the requestId of this Error instance.
  • Method Details

    • requestId

      Error.Builder1 requestId(@Nonnull String requestId)
      Set the requestId of this Error instance.
      Parameters:
      requestId - The requestId of this Error
      Returns:
      The Error builder.