withControlPlaneUrl method
Sets the control plane URL for source configuration.
The control plane URL is used to download source configuration and destination settings. Use this if you're hosting your own control plane.
controlPlaneUrl
- The control plane URL to use.
Returns this RudderConfigBuilder instance for method chaining.
Implementation
RudderConfigBuilder withControlPlaneUrl(String controlPlaneUrl) {
__controlPlaneUrl = controlPlaneUrl;
return this;
}