Uses of Class
com.oracle.bmc.loggingingestion.model.LogEntryBatch.Builder
-
Packages that use LogEntryBatch.Builder Package Description com.oracle.bmc.loggingingestion.model -
-
Uses of LogEntryBatch.Builder in com.oracle.bmc.loggingingestion.model
Methods in com.oracle.bmc.loggingingestion.model that return LogEntryBatch.Builder Modifier and Type Method 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.
-