Interface HttpConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HttpConfiguration.Builder,,HttpConfiguration> SdkBuilder<HttpConfiguration.Builder,,HttpConfiguration> SdkPojo
- Enclosing class:
HttpConfiguration
@Mutable
@NotThreadSafe
public static interface HttpConfiguration.Builder
extends SdkPojo, CopyableBuilder<HttpConfiguration.Builder,HttpConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe base URL for the source location host server.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
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.
-