Interface DefaultSegmentDeliveryConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DefaultSegmentDeliveryConfiguration.Builder,DefaultSegmentDeliveryConfiguration>,SdkBuilder<DefaultSegmentDeliveryConfiguration.Builder,DefaultSegmentDeliveryConfiguration>,SdkPojo
- Enclosing class:
- DefaultSegmentDeliveryConfiguration
public static interface DefaultSegmentDeliveryConfiguration.Builder extends SdkPojo, CopyableBuilder<DefaultSegmentDeliveryConfiguration.Builder,DefaultSegmentDeliveryConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DefaultSegmentDeliveryConfiguration.BuilderbaseUrl(String baseUrl)The hostname of the server that will be used to serve segments.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
baseUrl
DefaultSegmentDeliveryConfiguration.Builder baseUrl(String baseUrl)
The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.
- Parameters:
baseUrl- The hostname of the server that will be used to serve segments. This string must include the protocol, such as https://.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-