public static class LogDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogDetails |
build() |
LogDetails.Builder |
copy(LogDetails model) |
LogDetails.Builder |
logGroupId(String logGroupId)
The OCID of a
log group to work with.
|
LogDetails.Builder |
logId(String logId)
The OCID of a
log to work with.
|
public LogDetails.Builder logId(String logId)
The OCID of a log to work with.
logId
- the value to setpublic LogDetails.Builder logGroupId(String logGroupId)
The OCID of a log group to work with.
logGroupId
- the value to setpublic LogDetails build()
public LogDetails.Builder copy(LogDetails model)
Copyright © 2016–2024. All rights reserved.