Interface FailureDetails.Builder

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

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

    • type

      The type of the failure.

      Parameters:
      type - The type of the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • type

      The type of the failure.

      Parameters:
      type - The type of the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      FailureDetails.Builder message(String message)

      The message about the failure.

      Parameters:
      message - The message about the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • externalExecutionId

      FailureDetails.Builder externalExecutionId(String externalExecutionId)

      The external ID of the run of the action that failed.

      Parameters:
      externalExecutionId - The external ID of the run of the action that failed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.