Uses of Interface
software.amazon.awssdk.services.mediapackage.model.DashEncryption.Builder
-
Packages that use DashEncryption.Builder Package Description software.amazon.awssdk.services.mediapackage.model -
-
Uses of DashEncryption.Builder in software.amazon.awssdk.services.mediapackage.model
Methods in software.amazon.awssdk.services.mediapackage.model that return DashEncryption.Builder Modifier and Type Method Description static DashEncryption.BuilderDashEncryption. builder()DashEncryption.BuilderDashEncryption.Builder. keyRotationIntervalSeconds(Integer keyRotationIntervalSeconds)Time (in seconds) between each encryption key rotation.default DashEncryption.BuilderDashEncryption.Builder. spekeKeyProvider(Consumer<SpekeKeyProvider.Builder> spekeKeyProvider)Sets the value of the SpekeKeyProvider property for this object.DashEncryption.BuilderDashEncryption.Builder. spekeKeyProvider(SpekeKeyProvider spekeKeyProvider)Sets the value of the SpekeKeyProvider property for this object.DashEncryption.BuilderDashEncryption. toBuilder()Methods in software.amazon.awssdk.services.mediapackage.model that return types with arguments of type DashEncryption.Builder Modifier and Type Method Description static Class<? extends DashEncryption.Builder>DashEncryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediapackage.model with type arguments of type DashEncryption.Builder Modifier and Type Method Description default DashPackage.BuilderDashPackage.Builder. encryption(Consumer<DashEncryption.Builder> encryption)Sets the value of the Encryption property for this object.
-