public static class AuditProfileDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuditProfileDimensions |
build() |
AuditProfileDimensions.Builder |
copy(AuditProfileDimensions model) |
AuditProfileDimensions.Builder |
isPaidUsageEnabled(Boolean isPaidUsageEnabled)
Indicates if you want to continue collecting audit records beyond the free limit of one
million audit records per month per target database, potentially incurring additional
charges.
|
public AuditProfileDimensions.Builder isPaidUsageEnabled(Boolean isPaidUsageEnabled)
Indicates if you want to continue collecting audit records beyond the free limit of one million audit records per month per target database, potentially incurring additional charges. The default value is inherited from the global settings. You can change at the global level or at the target level.
isPaidUsageEnabled
- the value to setpublic AuditProfileDimensions build()
public AuditProfileDimensions.Builder copy(AuditProfileDimensions model)
Copyright © 2016–2024. All rights reserved.