Interface InputLocation.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputLocation.Builder,InputLocation>,SdkBuilder<InputLocation.Builder,InputLocation>,SdkPojo
- Enclosing class:
- InputLocation
public static interface InputLocation.Builder extends SdkPojo, CopyableBuilder<InputLocation.Builder,InputLocation>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputLocation.BuilderpasswordParam(String passwordParam)key used to extract the password from EC2 Parameter storeInputLocation.Builderuri(String uri)Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg.InputLocation.Builderusername(String username)Documentation update needed-
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
-
passwordParam
InputLocation.Builder passwordParam(String passwordParam)
key used to extract the password from EC2 Parameter store- Parameters:
passwordParam- key used to extract the password from EC2 Parameter store- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uri
InputLocation.Builder uri(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".- Parameters:
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:
- Returns a reference to this object so that method calls can be chained together.
-
username
InputLocation.Builder username(String username)
Documentation update needed- Parameters:
username- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-