Uses of Interface
software.amazon.awssdk.services.medialive.model.StaticKeySettings.Builder
-
Packages that use StaticKeySettings.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of StaticKeySettings.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return StaticKeySettings.Builder Modifier and Type Method Description static StaticKeySettings.BuilderStaticKeySettings. builder()default StaticKeySettings.BuilderStaticKeySettings.Builder. keyProviderServer(Consumer<InputLocation.Builder> keyProviderServer)The URL of the license server used for protecting content.StaticKeySettings.BuilderStaticKeySettings.Builder. keyProviderServer(InputLocation keyProviderServer)The URL of the license server used for protecting content.StaticKeySettings.BuilderStaticKeySettings.Builder. staticKeyValue(String staticKeyValue)Static key value as a 32 character hexadecimal string.StaticKeySettings.BuilderStaticKeySettings. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type StaticKeySettings.Builder Modifier and Type Method Description static Class<? extends StaticKeySettings.Builder>StaticKeySettings. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type StaticKeySettings.Builder Modifier and Type Method Description default KeyProviderSettings.BuilderKeyProviderSettings.Builder. staticKeySettings(Consumer<StaticKeySettings.Builder> staticKeySettings)Sets the value of the StaticKeySettings property for this object.
-