Interface InputDeviceMediaConnectSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDeviceMediaConnectSettings.Builder,InputDeviceMediaConnectSettings>,SdkBuilder<InputDeviceMediaConnectSettings.Builder,InputDeviceMediaConnectSettings>,SdkPojo
- Enclosing class:
- InputDeviceMediaConnectSettings
public static interface InputDeviceMediaConnectSettings.Builder extends SdkPojo, CopyableBuilder<InputDeviceMediaConnectSettings.Builder,InputDeviceMediaConnectSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDeviceMediaConnectSettings.BuilderflowArn(String flowArn)The ARN of the MediaConnect flow.InputDeviceMediaConnectSettings.BuilderroleArn(String roleArn)The ARN for the role that MediaLive assumes to access the attached flow and secret.InputDeviceMediaConnectSettings.BuildersecretArn(String secretArn)The ARN of the secret used to encrypt the stream.InputDeviceMediaConnectSettings.BuildersourceName(String sourceName)The name of the MediaConnect flow source.-
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 Detail
-
flowArn
InputDeviceMediaConnectSettings.Builder flowArn(String flowArn)
The ARN of the MediaConnect flow.- Parameters:
flowArn- The ARN of the MediaConnect flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
InputDeviceMediaConnectSettings.Builder roleArn(String roleArn)
The ARN for the role that MediaLive assumes to access the attached flow and secret.- Parameters:
roleArn- The ARN for the role that MediaLive assumes to access the attached flow and secret.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
secretArn
InputDeviceMediaConnectSettings.Builder secretArn(String secretArn)
The ARN of the secret used to encrypt the stream.- Parameters:
secretArn- The ARN of the secret used to encrypt the stream.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceName
InputDeviceMediaConnectSettings.Builder sourceName(String sourceName)
The name of the MediaConnect flow source.- Parameters:
sourceName- The name of the MediaConnect flow source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-