Interface ConnectorFileTransferResult.Builder

    • Method Detail

      • filePath

        ConnectorFileTransferResult.Builder filePath​(String 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.
      • 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.