135136137138139140141
} if (email != null) { builder = builder.withEmail(email); } return new DockerClientImpl(builder.build()); }