Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogSource |
build() |
LogSource.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment containing the log source.
|
LogSource.Builder |
copy(LogSource model) |
LogSource.Builder |
logGroupId(String logGroupId)
The OCID
of the log group.
|
LogSource.Builder |
logId(String logId)
The OCID
of the log.
|
public LogSource.Builder compartmentId(String compartmentId)
The OCID of the compartment containing the log source.
compartmentId
- the value to setpublic LogSource.Builder logGroupId(String logGroupId)
The OCID of the log group. Note: For the Notifications target, only _Audit is allowed. Example OCID for _Audit log group: ocid1.tenancy.oc1..exampleuniqueid/_Audit
logGroupId
- the value to setpublic LogSource.Builder logId(String logId)
The OCID of the log.
logId
- the value to setpublic LogSource build()
public LogSource.Builder copy(LogSource model)
Copyright © 2016–2024. All rights reserved.