public static interface InputDeviceMediaConnectConfigurableSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceMediaConnectConfigurableSettings.Builder,InputDeviceMediaConnectConfigurableSettings>
| Modifier and Type | Method and Description |
|---|---|
InputDeviceMediaConnectConfigurableSettings.Builder |
flowArn(String flowArn)
The ARN of the MediaConnect flow to attach this device to.
|
InputDeviceMediaConnectConfigurableSettings.Builder |
roleArn(String roleArn)
The ARN for the role that MediaLive assumes to access the attached flow and secret.
|
InputDeviceMediaConnectConfigurableSettings.Builder |
secretArn(String secretArn)
The ARN for the secret that holds the encryption key to encrypt the content output by the device.
|
InputDeviceMediaConnectConfigurableSettings.Builder |
sourceName(String sourceName)
The name of the MediaConnect Flow source to stream to.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDeviceMediaConnectConfigurableSettings.Builder flowArn(String flowArn)
flowArn - The ARN of the MediaConnect flow to attach this device to.InputDeviceMediaConnectConfigurableSettings.Builder roleArn(String roleArn)
roleArn - The ARN for the role that MediaLive assumes to access the attached flow and secret. For more
information about how to create this role, see the MediaLive user guide.InputDeviceMediaConnectConfigurableSettings.Builder secretArn(String secretArn)
secretArn - The ARN for the secret that holds the encryption key to encrypt the content output by the device.InputDeviceMediaConnectConfigurableSettings.Builder sourceName(String sourceName)
sourceName - The name of the MediaConnect Flow source to stream to.Copyright © 2023. All rights reserved.