Interface UnsuccessfulItemError.Builder

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

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

    • code

      The error code.

      Parameters:
      code - The error code.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • message

      The error message accompanying the error code.

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