Interface FailureException.Builder

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

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

    • exceptionName

      FailureException.Builder exceptionName(String exceptionName)

      Exception name.

      Parameters:
      exceptionName - Exception name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • exceptionDescription

      FailureException.Builder exceptionDescription(String exceptionDescription)

      Description of the failure.

      Parameters:
      exceptionDescription - Description of the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.