withString abstract method

DataAttributesBuilder withString(
  1. String name,
  2. String value
)

Configures the builder to add the given attribute.

  • name Attribute name.

  • value Attribute value.

Returns DataAttributesBuilder. This data attributes builder instance.

Implementation

DataAttributesBuilder withString(String name, String value);