Class InputDeviceMediaConnectSettings
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputDeviceMediaConnectSettings
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputDeviceMediaConnectSettings.Builder,InputDeviceMediaConnectSettings>
@Generated("software.amazon.awssdk:codegen") public final class InputDeviceMediaConnectSettings extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputDeviceMediaConnectSettings.Builder,InputDeviceMediaConnectSettings>
Information about the MediaConnect flow attached to the device.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputDeviceMediaConnectSettings.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputDeviceMediaConnectSettings.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowArn()The ARN of the MediaConnect flow.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringroleArn()The ARN for the role that MediaLive assumes to access the attached flow and secret.List<SdkField<?>>sdkFields()StringsecretArn()The ARN of the secret used to encrypt the stream.static Class<? extends InputDeviceMediaConnectSettings.Builder>serializableBuilderClass()StringsourceName()The name of the MediaConnect flow source.InputDeviceMediaConnectSettings.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
flowArn
public final String flowArn()
The ARN of the MediaConnect flow.- Returns:
- The ARN of the MediaConnect flow.
-
roleArn
public final String roleArn()
The ARN for the role that MediaLive assumes to access the attached flow and secret.- Returns:
- The ARN for the role that MediaLive assumes to access the attached flow and secret.
-
secretArn
public final String secretArn()
The ARN of the secret used to encrypt the stream.- Returns:
- The ARN of the secret used to encrypt the stream.
-
sourceName
public final String sourceName()
The name of the MediaConnect flow source.- Returns:
- The name of the MediaConnect flow source.
-
toBuilder
public InputDeviceMediaConnectSettings.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputDeviceMediaConnectSettings.Builder,InputDeviceMediaConnectSettings>
-
builder
public static InputDeviceMediaConnectSettings.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputDeviceMediaConnectSettings.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-