Interface HarvestedLowLatencyHlsManifest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HarvestedLowLatencyHlsManifest.Builder,
,HarvestedLowLatencyHlsManifest> SdkBuilder<HarvestedLowLatencyHlsManifest.Builder,
,HarvestedLowLatencyHlsManifest> SdkPojo
- Enclosing class:
HarvestedLowLatencyHlsManifest
@Mutable
@NotThreadSafe
public static interface HarvestedLowLatencyHlsManifest.Builder
extends SdkPojo, CopyableBuilder<HarvestedLowLatencyHlsManifest.Builder,HarvestedLowLatencyHlsManifest>
-
Method Summary
Modifier and TypeMethodDescriptionmanifestName
(String manifestName) The name of the harvested Low-Latency HLS manifest.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
-
manifestName
The name of the harvested Low-Latency HLS manifest.
- Parameters:
manifestName
- The name of the harvested Low-Latency HLS manifest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-