public static class AvailableAuditVolumeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AvailableAuditVolumeSummary.Builder |
auditProfileId(String auditProfileId)
The OCID of the audit profile resource.
|
AvailableAuditVolumeSummary.Builder |
auditTrailId(String auditTrailId)
The OCID of the audit trail.
|
AvailableAuditVolumeSummary |
build() |
AvailableAuditVolumeSummary.Builder |
copy(AvailableAuditVolumeSummary model) |
AvailableAuditVolumeSummary.Builder |
databaseUniqueName(String databaseUniqueName)
Unique name of the database associated to the peer target database.
|
AvailableAuditVolumeSummary.Builder |
monthInConsideration(Date monthInConsideration)
Represents the month under consideration for which aggregated audit data volume available
at the target is computed.
|
AvailableAuditVolumeSummary.Builder |
trailLocation(String trailLocation)
Audit trail location on the target database from where the audit data is being collected
by Data Safe.
|
AvailableAuditVolumeSummary.Builder |
volume(Long volume)
Represents the aggregated audit data volume available in the audit trails on the target
database which is yet to be collected by Data Safe for the specified month.
|
public AvailableAuditVolumeSummary.Builder auditProfileId(String auditProfileId)
The OCID of the audit profile resource.
auditProfileId
- the value to setpublic AvailableAuditVolumeSummary.Builder auditTrailId(String auditTrailId)
The OCID of the audit trail.
auditTrailId
- the value to setpublic AvailableAuditVolumeSummary.Builder databaseUniqueName(String databaseUniqueName)
Unique name of the database associated to the peer target database.
databaseUniqueName
- the value to setpublic AvailableAuditVolumeSummary.Builder trailLocation(String trailLocation)
Audit trail location on the target database from where the audit data is being collected by Data Safe.
trailLocation
- the value to setpublic AvailableAuditVolumeSummary.Builder monthInConsideration(Date monthInConsideration)
Represents the month under consideration for which aggregated audit data volume available at the target is computed. 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 AvailableAuditVolumeSummary.Builder volume(Long volume)
Represents the aggregated audit data volume available in the audit trails on the target database which is yet to be collected by Data Safe for the specified month.
volume
- the value to setpublic AvailableAuditVolumeSummary build()
public AvailableAuditVolumeSummary.Builder copy(AvailableAuditVolumeSummary model)
Copyright © 2016–2024. All rights reserved.