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