Interface InputDeviceMediaConnectConfigurableSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDeviceMediaConnectConfigurableSettings.Builder,InputDeviceMediaConnectConfigurableSettings>,SdkBuilder<InputDeviceMediaConnectConfigurableSettings.Builder,InputDeviceMediaConnectConfigurableSettings>,SdkPojo
- Enclosing class:
- InputDeviceMediaConnectConfigurableSettings
public static interface InputDeviceMediaConnectConfigurableSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceMediaConnectConfigurableSettings.Builder,InputDeviceMediaConnectConfigurableSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDeviceMediaConnectConfigurableSettings.BuilderflowArn(String flowArn)The ARN of the MediaConnect flow to attach this device to.InputDeviceMediaConnectConfigurableSettings.BuilderroleArn(String roleArn)The ARN for the role that MediaLive assumes to access the attached flow and secret.InputDeviceMediaConnectConfigurableSettings.BuildersecretArn(String secretArn)The ARN for the secret that holds the encryption key to encrypt the content output by the device.InputDeviceMediaConnectConfigurableSettings.BuildersourceName(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, sdkFields
-
-
-
-
Method Detail
-
flowArn
InputDeviceMediaConnectConfigurableSettings.Builder flowArn(String 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
InputDeviceMediaConnectConfigurableSettings.Builder roleArn(String 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
InputDeviceMediaConnectConfigurableSettings.Builder secretArn(String 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
InputDeviceMediaConnectConfigurableSettings.Builder sourceName(String 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.
-
-