Class InputSource
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputSource.Builder,InputSource>
@Generated("software.amazon.awssdk:codegen") public final class InputSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputSource.Builder,InputSource>
The settings for a PULL type input.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputSource.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpasswordParam()The key used to extract the password from EC2 Parameter store.List<SdkField<?>>sdkFields()static Class<? extends InputSource.Builder>serializableBuilderClass()InputSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringurl()This represents the customer's source URL where stream is pulled from.Stringusername()The username for the input source.-
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
-
passwordParam
public final String passwordParam()
The key used to extract the password from EC2 Parameter store.- Returns:
- The key used to extract the password from EC2 Parameter store.
-
url
public final String url()
This represents the customer's source URL where stream is pulled from.- Returns:
- This represents the customer's source URL where stream is pulled from.
-
username
public final String username()
The username for the input source.- Returns:
- The username for the input source.
-
toBuilder
public InputSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputSource.Builder,InputSource>
-
builder
public static InputSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputSource.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.
-
-