public static class ChangeRetentionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
ChangeRetentionDetails |
build() |
ChangeRetentionDetails.Builder |
copy(ChangeRetentionDetails model) |
ChangeRetentionDetails.Builder |
isOverrideGlobalRetentionSetting(Boolean isOverrideGlobalRetentionSetting)
Indicates whether audit retention settings like online and offline months is set at the
target level overriding the global audit retention settings.
|
ChangeRetentionDetails.Builder |
offlineMonths(Integer offlineMonths)
Indicates the number of months the audit records will be stored offline in the Data Safe
audit archive.
|
ChangeRetentionDetails.Builder |
onlineMonths(Integer onlineMonths)
Indicates the number of months the audit records will be stored online in Oracle Data
Safe audit repository for immediate reporting and analysis.
|
public ChangeRetentionDetails.Builder onlineMonths(Integer onlineMonths)
Indicates the number of months the audit records will be stored online in Oracle Data Safe audit repository for immediate reporting and analysis. Minimum: 1; Maximum:12 months
onlineMonths
- the value to setpublic ChangeRetentionDetails.Builder offlineMonths(Integer offlineMonths)
Indicates the number of months the audit records will be stored offline in the Data Safe audit archive. Minimum: 0; Maximum: 72 months. If you have a requirement to store the audit data even longer in archive, please contact the Oracle Support.
offlineMonths
- the value to setpublic ChangeRetentionDetails.Builder isOverrideGlobalRetentionSetting(Boolean isOverrideGlobalRetentionSetting)
Indicates whether audit retention settings like online and offline months is set at the target level overriding the global audit retention settings.
isOverrideGlobalRetentionSetting
- the value to setpublic ChangeRetentionDetails build()
public ChangeRetentionDetails.Builder copy(ChangeRetentionDetails model)
Copyright © 2016–2024. All rights reserved.