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 Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
auditProfileId
public CollectedAuditVolumeSummary.Builder auditProfileId(String auditProfileId)
The OCID of the audit profile resource.- Parameters:
auditProfileId
- the value to set- Returns:
- this builder
-
monthInConsideration
public 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
-
onlineVolume
public 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
-
archivedVolume
public 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
-
build
public CollectedAuditVolumeSummary build()
-
copy
public CollectedAuditVolumeSummary.Builder copy(CollectedAuditVolumeSummary model)
-
-