Interface DashBaseUrl.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashBaseUrl.Builder,
,DashBaseUrl> SdkBuilder<DashBaseUrl.Builder,
,DashBaseUrl> SdkPojo
- Enclosing class:
DashBaseUrl
@Mutable
@NotThreadSafe
public static interface DashBaseUrl.Builder
extends SdkPojo, CopyableBuilder<DashBaseUrl.Builder,DashBaseUrl>
-
Method Summary
Modifier and TypeMethodDescriptiondvbPriority
(Integer dvbPriority) For use with DVB-DASH profiles only.For use with DVB-DASH profiles only.serviceLocation
(String serviceLocation) The name of the source location.A source location for 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, sdkFieldNameToField, sdkFields
-
Method Details
-
url
A source location for segments.
- Parameters:
url
- A source location for segments.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceLocation
The name of the source location.
- Parameters:
serviceLocation
- The name of the source location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dvbPriority
For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.
- Parameters:
dvbPriority
- For use with DVB-DASH profiles only. The priority of this location for servings segments. The lower the number, the higher the priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dvbWeight
For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.
- Parameters:
dvbWeight
- For use with DVB-DASH profiles only. The weighting for source locations that have the same priority.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-