Package | Description |
---|---|
com.oracle.bmc.loggingingestion.model |
Modifier and Type | Method and Description |
---|---|
static LogEntryBatch.Builder |
LogEntryBatch.builder()
Create a new builder.
|
LogEntryBatch.Builder |
LogEntryBatch.Builder.copy(LogEntryBatch model) |
LogEntryBatch.Builder |
LogEntryBatch.Builder.defaultlogentrytime(Date defaultlogentrytime)
The timestamp for all log entries in this batch.
|
LogEntryBatch.Builder |
LogEntryBatch.Builder.entries(List<LogEntry> entries)
List of data entries.
|
LogEntryBatch.Builder |
LogEntryBatch.Builder.source(String source)
Source of the logs that generated the message.
|
LogEntryBatch.Builder |
LogEntryBatch.Builder.subject(String subject)
This optional field is useful for specifying the specific sub-resource or input file used
to read the event.
|
LogEntryBatch.Builder |
LogEntryBatch.toBuilder() |
LogEntryBatch.Builder |
LogEntryBatch.Builder.type(String type)
This field signifies the type of logs being ingested.
|
Copyright © 2016–2024. All rights reserved.