final public function setEphemeralId()

in src/Elastic/Types/Service.php [50:53]


    final public function setEphemeralId(string $ephemeralId)
    {
        $this->data['ephemeral_id'] = $ephemeralId;
    }