Interface AnalysisLogExportSummary.Builder

  • Method Details

    • analysisLogExportId

      AnalysisLogExportSummary.Builder analysisLogExportId(String analysisLogExportId)

      The unique identifier of the analysis log export.

      Parameters:
      analysisLogExportId - The unique identifier of the analysis log export.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisId

      AnalysisLogExportSummary.Builder analysisId(String analysisId)

      The unique identifier of the protected query that the analysis logs were exported for.

      Parameters:
      analysisId - The unique identifier of the protected query that the analysis logs were exported for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • analysisType

      AnalysisLogExportSummary.Builder analysisType(String analysisType)

      The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.

      Parameters:
      analysisType - The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • analysisType

      The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.

      Parameters:
      analysisType - The type of analysis that the logs were exported for. Currently, only PROTECTED_QUERY is supported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the analysis log export. Possible values are:

      • IN_PROGRESS – The export is currently running.

      • SUCCESS – The export completed successfully.

      • FAILED – The export failed.

      Parameters:
      status - The status of the analysis log export. Possible values are:

      • IN_PROGRESS – The export is currently running.

      • SUCCESS – The export completed successfully.

      • FAILED – The export failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • status

      The status of the analysis log export. Possible values are:

      • IN_PROGRESS – The export is currently running.

      • SUCCESS – The export completed successfully.

      • FAILED – The export failed.

      Parameters:
      status - The status of the analysis log export. Possible values are:

      • IN_PROGRESS – The export is currently running.

      • SUCCESS – The export completed successfully.

      • FAILED – The export failed.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • createTime

      AnalysisLogExportSummary.Builder createTime(Instant createTime)

      The time the analysis log export was created.

      Parameters:
      createTime - The time the analysis log export was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.