Class InputLocation
- java.lang.Object
-
- software.amazon.awssdk.services.medialive.model.InputLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<InputLocation.Builder,InputLocation>
@Generated("software.amazon.awssdk:codegen") public final class InputLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<InputLocation.Builder,InputLocation>
Input Location- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInputLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static InputLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringpasswordParam()key used to extract the password from EC2 Parameter storeList<SdkField<?>>sdkFields()static Class<? extends InputLocation.Builder>serializableBuilderClass()InputLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.Stringuri()Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg.Stringusername()Documentation update needed-
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()
key used to extract the password from EC2 Parameter store- Returns:
- key used to extract the password from EC2 Parameter store
-
uri
public final String uri()
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".- Returns:
- Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
-
username
public final String username()
Documentation update needed- Returns:
- Documentation update needed
-
toBuilder
public InputLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<InputLocation.Builder,InputLocation>
-
builder
public static InputLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends InputLocation.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.
-
-