Uses of Class
com.oracle.bmc.loggingingestion.model.PutLogsDetails.Builder
-
Packages that use PutLogsDetails.Builder Package Description com.oracle.bmc.loggingingestion.model -
-
Uses of PutLogsDetails.Builder in com.oracle.bmc.loggingingestion.model
Methods in com.oracle.bmc.loggingingestion.model that return PutLogsDetails.Builder Modifier and Type Method Description static PutLogsDetails.Builder
PutLogsDetails. builder()
Create a new builder.PutLogsDetails.Builder
PutLogsDetails.Builder. copy(PutLogsDetails model)
PutLogsDetails.Builder
PutLogsDetails.Builder. logEntryBatches(List<LogEntryBatch> logEntryBatches)
List of log-batches.PutLogsDetails.Builder
PutLogsDetails.Builder. specversion(String specversion)
Required for identifying the version of the data format being used.PutLogsDetails.Builder
PutLogsDetails. toBuilder()
-