Interface ErrorInfo.Builder

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

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

    • putFailuresCount

      ErrorInfo.Builder putFailuresCount(Long putFailuresCount)

      Specifies the failure count for the attempted flow.

      Parameters:
      putFailuresCount - Specifies the failure count for the attempted flow.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • executionMessage

      ErrorInfo.Builder executionMessage(String executionMessage)

      Specifies the error message that appears if a flow fails.

      Parameters:
      executionMessage - Specifies the error message that appears if a flow fails.
      Returns:
      Returns a reference to this object so that method calls can be chained together.