Interface ConnectorFileTransferResult.Builder

  • Method Details

    • filePath

      The filename and path to where the file was sent to or retrieved from.

      Parameters:
      filePath - The filename and path to where the file was sent to or retrieved from.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • statusCode

      The current status for the transfer.

      Parameters:
      statusCode - The current status for the transfer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • statusCode

      The current status for the transfer.

      Parameters:
      statusCode - The current status for the transfer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureCode

      ConnectorFileTransferResult.Builder failureCode(String failureCode)

      For transfers that fail, this parameter contains a code indicating the reason. For example, RETRIEVE_FILE_NOT_FOUND

      Parameters:
      failureCode - For transfers that fail, this parameter contains a code indicating the reason. For example, RETRIEVE_FILE_NOT_FOUND
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureMessage

      ConnectorFileTransferResult.Builder failureMessage(String failureMessage)

      For transfers that fail, this parameter describes the reason for the failure.

      Parameters:
      failureMessage - For transfers that fail, this parameter describes the reason for the failure.
      Returns:
      Returns a reference to this object so that method calls can be chained together.