withAttributes abstract method

PointDataBuilder withAttributes(
  1. DataAttributes attributes
)

Configures the builder with custom attributes for point to be created.

  • attributes Custom data attributes to be associated with the point.

Returns PointDataBuilder. The builder.

Implementation

PointDataBuilder withAttributes(DataAttributes attributes);