Class AppLogCollectionRequest.Builder

    • Method Detail

      • completedDateTime

        public AppLogCollectionRequest.Builder completedDateTime​(OffsetDateTime completedDateTime)
        “Time at which the upload log request reached a completed state if not completed yet NULL will be returned.”
        Parameters:
        completedDateTime - value of completedDateTime property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • customLogFolders

        public AppLogCollectionRequest.Builder customLogFolders​(List<String> customLogFolders)
        “List of log folders.”
        Parameters:
        customLogFolders - value of customLogFolders property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • customLogFolders

        public AppLogCollectionRequest.Builder customLogFolders​(String... customLogFolders)
        “List of log folders.”
        Parameters:
        customLogFolders - value of customLogFolders property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • customLogFoldersNextLink

        public AppLogCollectionRequest.Builder customLogFoldersNextLink​(String customLogFoldersNextLink)
        “List of log folders.”
        Parameters:
        customLogFoldersNextLink - value of customLogFolders@nextLink property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • errorMessage

        public AppLogCollectionRequest.Builder errorMessage​(String errorMessage)
        “Indicates error message if any during the upload process.”
        Parameters:
        errorMessage - value of errorMessage property (as defined in service metadata)
        Returns:
        this (for method chaining)
      • status

        public AppLogCollectionRequest.Builder status​(AppLogUploadState status)
        “Indicates the status for the app log collection request if it is pending, completed or failed, Default is pending”
        Parameters:
        status - value of status property (as defined in service metadata)
        Returns:
        this (for method chaining)