func()

in client/client.go [34:37]


func (s *Config) SetInstanceId(v string) *Config {
	s.InstanceId = &v
	return s
}