Interface InputDeviceMediaConnectConfigurableSettings.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputDeviceMediaConnectConfigurableSettings.Builder,
,InputDeviceMediaConnectConfigurableSettings> SdkBuilder<InputDeviceMediaConnectConfigurableSettings.Builder,
,InputDeviceMediaConnectConfigurableSettings> SdkPojo
- Enclosing class:
InputDeviceMediaConnectConfigurableSettings
@Mutable
@NotThreadSafe
public static interface InputDeviceMediaConnectConfigurableSettings.Builder
extends SdkPojo, CopyableBuilder<InputDeviceMediaConnectConfigurableSettings.Builder,InputDeviceMediaConnectConfigurableSettings>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the MediaConnect flow to attach this device to.The ARN for the role that MediaLive assumes to access the attached flow and secret.The ARN for the secret that holds the encryption key to encrypt the content output by the device.sourceName
(String sourceName) The name of the MediaConnect Flow source to stream to.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowArn
The ARN of the MediaConnect flow to attach this device to.- Parameters:
flowArn
- The ARN of the MediaConnect flow to attach this device to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArn
The ARN for the secret that holds the encryption key to encrypt the content output by the device.- Parameters:
secretArn
- The ARN for the secret that holds the encryption key to encrypt the content output by the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceName
The name of the MediaConnect Flow source to stream to.- Parameters:
sourceName
- The name of the MediaConnect Flow source to stream to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-