public static class AuditPolicyDimensions.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AuditPolicyDimensions.Builder |
auditPolicyCategory(AuditPolicyCategory auditPolicyCategory)
The category to which the audit policy belongs.
|
AuditPolicyDimensions.Builder |
auditPolicyName(String auditPolicyName)
The name of the audit policy.
|
AuditPolicyDimensions |
build() |
AuditPolicyDimensions.Builder |
copy(AuditPolicyDimensions model) |
AuditPolicyDimensions.Builder |
targetId(String targetId)
The OCID of the target database for which the audit policy will be created.
|
public AuditPolicyDimensions.Builder auditPolicyCategory(AuditPolicyCategory auditPolicyCategory)
The category to which the audit policy belongs.
auditPolicyCategory
- the value to setpublic AuditPolicyDimensions.Builder auditPolicyName(String auditPolicyName)
The name of the audit policy. Refer to the documentation for seeded audit policy names. For custom policies, refer to the user-defined policy name created in the target database.
auditPolicyName
- the value to setpublic AuditPolicyDimensions.Builder targetId(String targetId)
The OCID of the target database for which the audit policy will be created.
targetId
- the value to setpublic AuditPolicyDimensions build()
public AuditPolicyDimensions.Builder copy(AuditPolicyDimensions model)
Copyright © 2016–2024. All rights reserved.