Class AppLogCollectionDownloadDetails.Builder

    • Method Detail

      • appLogDecryptionAlgorithm

        public AppLogCollectionDownloadDetails.Builder appLogDecryptionAlgorithm​(AppLogDecryptionAlgorithm appLogDecryptionAlgorithm)
        “Decryption algorithm for Content. Default is ASE256.”
        Parameters:
        appLogDecryptionAlgorithm - value of appLogDecryptionAlgorithm property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • decryptionKey

        public AppLogCollectionDownloadDetails.Builder decryptionKey​(String decryptionKey)
        “Decryption key that used to decrypt the log.”
        Parameters:
        decryptionKey - value of decryptionKey property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • downloadUrl

        public AppLogCollectionDownloadDetails.Builder downloadUrl​(String downloadUrl)
        “Download SAS (Shared Access Signature) Url for completed app log request.”
        Parameters:
        downloadUrl - value of downloadUrl property (as defined in service metadata)
        Returns:
        this (for method chaining)