Class PutLogsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.loggingingestion.model.PutLogsDetails.Builder
-
- Enclosing class:
- PutLogsDetails
public static class PutLogsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PutLogsDetails
build()
PutLogsDetails.Builder
copy(PutLogsDetails model)
PutLogsDetails.Builder
logEntryBatches(List<LogEntryBatch> logEntryBatches)
List of log-batches.PutLogsDetails.Builder
specversion(String specversion)
Required for identifying the version of the data format being used.
-
-
-
Method Detail
-
specversion
public PutLogsDetails.Builder specversion(String specversion)
Required for identifying the version of the data format being used.Permitted values include: “1.0”
- Parameters:
specversion
- the value to set- Returns:
- this builder
-
logEntryBatches
public PutLogsDetails.Builder logEntryBatches(List<LogEntryBatch> logEntryBatches)
List of log-batches.Each batch has a single source, type and subject.
- Parameters:
logEntryBatches
- the value to set- Returns:
- this builder
-
build
public PutLogsDetails build()
-
copy
public PutLogsDetails.Builder copy(PutLogsDetails model)
-
-