public static class CollectedAuditVolumeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CollectedAuditVolumeSummary.Builder |
archivedVolume(Long archivedVolume)
The audit data volume collected by Data Safe and is available in archive storage.
|
CollectedAuditVolumeSummary.Builder |
auditProfileId(String auditProfileId)
The OCID of the audit profile resource.
|
CollectedAuditVolumeSummary |
build() |
CollectedAuditVolumeSummary.Builder |
copy(CollectedAuditVolumeSummary model) |
CollectedAuditVolumeSummary.Builder |
monthInConsideration(Date monthInConsideration)
Represents the month under consideration in which the aggregated audit data volume
collected by Data Safe is displayed.
|
CollectedAuditVolumeSummary.Builder |
onlineVolume(Long onlineVolume)
The audit data volume collected by Data Safe and is available online in repository.
|
public CollectedAuditVolumeSummary.Builder auditProfileId(String auditProfileId)
The OCID of the audit profile resource.
auditProfileId
- the value to setpublic CollectedAuditVolumeSummary.Builder monthInConsideration(Date monthInConsideration)
Represents the month under consideration in which the aggregated audit data volume collected by Data Safe is displayed. This field will be the UTC start of the day of the first day of the month for which the aggregate count corresponds to, in the format defined by RFC3339.. For instance, the value of 01-01-2021T00:00:00Z represents Jan 2021.
monthInConsideration
- the value to setpublic CollectedAuditVolumeSummary.Builder onlineVolume(Long onlineVolume)
The audit data volume collected by Data Safe and is available online in repository.
onlineVolume
- the value to setpublic CollectedAuditVolumeSummary.Builder archivedVolume(Long archivedVolume)
The audit data volume collected by Data Safe and is available in archive storage.
archivedVolume
- the value to setpublic CollectedAuditVolumeSummary build()
public CollectedAuditVolumeSummary.Builder copy(CollectedAuditVolumeSummary model)
Copyright © 2016–2024. All rights reserved.