Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
LogEntry |
build() |
LogEntry.Builder |
copy(LogEntry model) |
LogEntry.Builder |
data(String data)
The log entry content.
|
LogEntry.Builder |
id(String id)
UUID uniquely representing this logEntry.
|
LogEntry.Builder |
time(Date time)
Optional.
|
public LogEntry.Builder data(String data)
The log entry content.
data
- the value to setpublic LogEntry.Builder id(String id)
UUID uniquely representing this logEntry. This is not an OCID related to any oracle resource.
id
- the value to setpublic LogEntry.Builder time(Date time)
Optional. The timestamp associated with the log entry. An RFC3339-formatted date-time string with milliseconds precision. If unspecified, defaults to PutLogsDetails.defaultlogentrytime.
time
- the value to setpublic LogEntry build()
public LogEntry.Builder copy(LogEntry model)
Copyright © 2016–2024. All rights reserved.