public static interface HttpConfiguration.Builder extends SdkPojo, CopyableBuilder<HttpConfiguration.Builder,HttpConfiguration>
| Modifier and Type | Method and Description |
|---|---|
HttpConfiguration.Builder |
baseUrl(String baseUrl)
The base URL for the source location host server.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHttpConfiguration.Builder baseUrl(String baseUrl)
The base URL for the source location host server. This string must include the protocol, such as https://.
baseUrl - The base URL for the source location host server. This string must include the protocol, such as
https://.Copyright © 2023. All rights reserved.