| Constructor and Description |
|---|
Builder()
Constructor.
|
Builder(Body body)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Body.Builder |
bodyContent(BodyContent bodyContent)
|
Body |
build()
Builds the
body. |
Body.Builder |
telemetryEvents(java.util.List<TelemetryEvent> telemetryEvents)
The Telemetry events of this body.
|
public Body.Builder bodyContent(BodyContent bodyContent)
bodyContent - the body content;public Body.Builder telemetryEvents(java.util.List<TelemetryEvent> telemetryEvents)
telemetryEvents - the events captured until this payload;