| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
Point |
build()
Builds a new
Point instance using the values in this builder. |
Point.Builder |
fields(Map<String,Object> fields)
Sets the fields for the point to be constructed.
|
Point.Builder |
tags(Map<String,String> tags)
Sets the tags for the point to be constructed.
|
Point.Builder |
timestamp(Instant timestamp)
Sets the timestamp for the point to be constructed.
|
public Point.Builder timestamp(Instant timestamp)
timestamp - the point's timestamppublic Point.Builder tags(Map<String,String> tags)
tags - the point's tagspublic Point.Builder fields(Map<String,Object> fields)
fields - the point's fieldsCopyright © 2020. All rights reserved.