setAttributes method

CfTargetBuilder setAttributes(
  1. String key,
  2. String value
)

Implementation

CfTargetBuilder setAttributes(String key, String value) {
  this._attributes[key] = value;
  return this;
}