withDataAttributeValue abstract method

DataAttributesBuilder withDataAttributeValue(
  1. String name,
  2. DataAttributeValue value
)

Configures the builder to add the given attribute.

  • name Attribute name.

  • value Attribute value.

Returns DataAttributesBuilder. This data attributes builder instance.

Implementation

DataAttributesBuilder withDataAttributeValue(String name, DataAttributeValue value);