Class CollectedAuditVolumeSummary.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • 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