setName method

CommandBuilder setName(
  1. String name
)

Implementation

CommandBuilder setName(String name) {
  _name = name;
  return this;
}