public static class PutLogsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
public PutLogsDetails.Builder specversion(String specversion)
Required for identifying the version of the data format being used. Permitted values include: “1.0”
specversion
- the value to setpublic PutLogsDetails.Builder logEntryBatches(List<LogEntryBatch> logEntryBatches)
List of log-batches. Each batch has a single source, type and subject.
logEntryBatches
- the value to setpublic PutLogsDetails build()
public PutLogsDetails.Builder copy(PutLogsDetails model)
Copyright © 2016–2024. All rights reserved.