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