Interface HttpConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<HttpConfiguration.Builder,HttpConfiguration>, SdkBuilder<HttpConfiguration.Builder,HttpConfiguration>, SdkPojo
Enclosing class:
HttpConfiguration

public static interface HttpConfiguration.Builder extends SdkPojo, CopyableBuilder<HttpConfiguration.Builder,HttpConfiguration>
  • Method Details

    • baseUrl

      The base URL for the source location host server. This string must include the protocol, such as https://.

      Parameters:
      baseUrl - The base URL for the source location host server. This string must include the protocol, such as https://.
      Returns:
      Returns a reference to this object so that method calls can be chained together.