Uses of Interface
software.amazon.awssdk.services.medialive.model.SrtCallerDecryption.Builder
-
Packages that use SrtCallerDecryption.Builder Package Description software.amazon.awssdk.services.medialive.model -
-
Uses of SrtCallerDecryption.Builder in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return SrtCallerDecryption.Builder Modifier and Type Method Description SrtCallerDecryption.BuilderSrtCallerDecryption.Builder. algorithm(String algorithm)The algorithm used to encrypt content.SrtCallerDecryption.BuilderSrtCallerDecryption.Builder. algorithm(Algorithm algorithm)The algorithm used to encrypt content.static SrtCallerDecryption.BuilderSrtCallerDecryption. builder()SrtCallerDecryption.BuilderSrtCallerDecryption.Builder. passphraseSecretArn(String passphraseSecretArn)The ARN for the secret in Secrets Manager.SrtCallerDecryption.BuilderSrtCallerDecryption. toBuilder()Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type SrtCallerDecryption.Builder Modifier and Type Method Description static Class<? extends SrtCallerDecryption.Builder>SrtCallerDecryption. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type SrtCallerDecryption.Builder Modifier and Type Method Description default SrtCallerSource.BuilderSrtCallerSource.Builder. decryption(Consumer<SrtCallerDecryption.Builder> decryption)Sets the value of the Decryption property for this object.
-