Interface InspectionErrorDetails.Builder

    • Method Detail

      • catchIndex

        InspectionErrorDetails.Builder catchIndex​(Integer catchIndex)

        The array index of the Catch which handled the exception.

        Parameters:
        catchIndex - The array index of the Catch which handled the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retryIndex

        InspectionErrorDetails.Builder retryIndex​(Integer retryIndex)

        The array index of the Retry which handled the exception.

        Parameters:
        retryIndex - The array index of the Retry which handled the exception.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retryBackoffIntervalSeconds

        InspectionErrorDetails.Builder retryBackoffIntervalSeconds​(Integer retryBackoffIntervalSeconds)

        The duration in seconds of the backoff for a retry on a failed state invocation.

        Parameters:
        retryBackoffIntervalSeconds - The duration in seconds of the backoff for a retry on a failed state invocation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.