public static interface MssPackage.Builder extends SdkPojo, CopyableBuilder<MssPackage.Builder,MssPackage>
| Modifier and Type | Method and Description |
|---|---|
default MssPackage.Builder |
encryption(Consumer<MssEncryption.Builder> encryption)
Sets the value of the Encryption property for this object.
|
MssPackage.Builder |
encryption(MssEncryption encryption)
Sets the value of the Encryption property for this object.
|
MssPackage.Builder |
mssManifests(Collection<MssManifest> mssManifests)
A list of MSS manifest configurations.
|
MssPackage.Builder |
mssManifests(Consumer<MssManifest.Builder>... mssManifests)
A list of MSS manifest configurations.
|
MssPackage.Builder |
mssManifests(MssManifest... mssManifests)
A list of MSS manifest configurations.
|
MssPackage.Builder |
segmentDurationSeconds(Integer segmentDurationSeconds)
The duration (in seconds) of each segment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMssPackage.Builder encryption(MssEncryption encryption)
encryption - The new value for the Encryption property for this object.default MssPackage.Builder encryption(Consumer<MssEncryption.Builder> encryption)
MssEncryption.Builder avoiding the need
to create one manually via MssEncryption.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to encryption(MssEncryption).
encryption - a consumer that will call methods on MssEncryption.Builderencryption(MssEncryption)MssPackage.Builder mssManifests(Collection<MssManifest> mssManifests)
mssManifests - A list of MSS manifest configurations.MssPackage.Builder mssManifests(MssManifest... mssManifests)
mssManifests - A list of MSS manifest configurations.MssPackage.Builder mssManifests(Consumer<MssManifest.Builder>... mssManifests)
MssManifest.Builder avoiding the need to create
one manually via MssManifest.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #mssManifests(List.
mssManifests - a consumer that will call methods on
MssManifest.Builder#mssManifests(java.util.Collection) MssPackage.Builder segmentDurationSeconds(Integer segmentDurationSeconds)
segmentDurationSeconds - The duration (in seconds) of each segment.Copyright © 2023. All rights reserved.