Interface BatchError.Builder

    • Method Detail

      • arn

        BatchError.Builder arn​(String arn)

        Channel ARN.

        Parameters:
        arn - Channel ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • code

        BatchError.Builder code​(String code)

        Error code.

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

        BatchError.Builder message​(String message)

        Error message, determined by the application.

        Parameters:
        message - Error message, determined by the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.