public static class AuditLogReport.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuditLogReport.Builder |
auditReportStatus(AuditReportStatus auditReportStatus)
auditReportStatus for the accessRequestId
|
AuditLogReport |
build() |
AuditLogReport.Builder |
copy(AuditLogReport model) |
AuditLogReport.Builder |
processTree(String processTree)
Contains the process tree data
|
AuditLogReport.Builder |
report(String report)
Contains the report data.
|
AuditLogReport.Builder |
timeOfReportGeneration(Date timeOfReportGeneration)
Time when the audit report was generated RFC 3339
timestamp format.Example: ‘2020-05-22T21:10:29.600Z’
|
public AuditLogReport.Builder report(String report)
Contains the report data.
report
- the value to setpublic AuditLogReport.Builder processTree(String processTree)
Contains the process tree data
processTree
- the value to setpublic AuditLogReport.Builder auditReportStatus(AuditReportStatus auditReportStatus)
auditReportStatus for the accessRequestId
auditReportStatus
- the value to setpublic AuditLogReport.Builder timeOfReportGeneration(Date timeOfReportGeneration)
Time when the audit report was generated RFC 3339 timestamp format.Example: ‘2020-05-22T21:10:29.600Z’
timeOfReportGeneration
- the value to setpublic AuditLogReport build()
public AuditLogReport.Builder copy(AuditLogReport model)
Copyright © 2016–2024. All rights reserved.