public static interface InputDeviceMediaConnectSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceMediaConnectSettings.Builder,InputDeviceMediaConnectSettings>
| Modifier and Type | Method and Description |
|---|---|
InputDeviceMediaConnectSettings.Builder |
flowArn(String flowArn)
The ARN of the MediaConnect flow.
|
InputDeviceMediaConnectSettings.Builder |
roleArn(String roleArn)
The ARN for the role that MediaLive assumes to access the attached flow and secret.
|
InputDeviceMediaConnectSettings.Builder |
secretArn(String secretArn)
The ARN of the secret used to encrypt the stream.
|
InputDeviceMediaConnectSettings.Builder |
sourceName(String sourceName)
The name of the MediaConnect flow source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputDeviceMediaConnectSettings.Builder flowArn(String flowArn)
flowArn - The ARN of the MediaConnect flow.InputDeviceMediaConnectSettings.Builder roleArn(String roleArn)
roleArn - The ARN for the role that MediaLive assumes to access the attached flow and secret.InputDeviceMediaConnectSettings.Builder secretArn(String secretArn)
secretArn - The ARN of the secret used to encrypt the stream.InputDeviceMediaConnectSettings.Builder sourceName(String sourceName)
sourceName - The name of the MediaConnect flow source.Copyright © 2023. All rights reserved.