Package com.oracle.bmc.datasafe.model
Class CollectedAuditVolumeSummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.datasafe.model.CollectedAuditVolumeSummary.Builder
 
- 
- Enclosing class:
- CollectedAuditVolumeSummary
 
 public static class CollectedAuditVolumeSummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description CollectedAuditVolumeSummary.BuilderarchivedVolume(Long archivedVolume)The audit data volume collected by Data Safe and is available in archive storage.CollectedAuditVolumeSummary.BuilderauditProfileId(String auditProfileId)The OCID of the audit profile resource.CollectedAuditVolumeSummarybuild()CollectedAuditVolumeSummary.Buildercopy(CollectedAuditVolumeSummary model)CollectedAuditVolumeSummary.BuildermonthInConsideration(Date monthInConsideration)Represents the month under consideration in which the aggregated audit data volume collected by Data Safe is displayed.CollectedAuditVolumeSummary.BuilderonlineVolume(Long onlineVolume)The audit data volume collected by Data Safe and is available online in repository.
 
- 
- 
- 
Method Detail- 
auditProfileIdpublic CollectedAuditVolumeSummary.Builder auditProfileId(String auditProfileId) The OCID of the audit profile resource.- Parameters:
- auditProfileId- the value to set
- Returns:
- this builder
 
 - 
monthInConsiderationpublic 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. - Parameters:
- monthInConsideration- the value to set
- Returns:
- this builder
 
 - 
onlineVolumepublic CollectedAuditVolumeSummary.Builder onlineVolume(Long onlineVolume) The audit data volume collected by Data Safe and is available online in repository.- Parameters:
- onlineVolume- the value to set
- Returns:
- this builder
 
 - 
archivedVolumepublic CollectedAuditVolumeSummary.Builder archivedVolume(Long archivedVolume) The audit data volume collected by Data Safe and is available in archive storage.- Parameters:
- archivedVolume- the value to set
- Returns:
- this builder
 
 - 
buildpublic CollectedAuditVolumeSummary build() 
 - 
copypublic CollectedAuditVolumeSummary.Builder copy(CollectedAuditVolumeSummary model) 
 
- 
 
-