Interface InputLocation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InputLocation.Builder,
,InputLocation> SdkBuilder<InputLocation.Builder,
,InputLocation> SdkPojo
- Enclosing class:
InputLocation
@Mutable
@NotThreadSafe
public static interface InputLocation.Builder
extends SdkPojo, CopyableBuilder<InputLocation.Builder,InputLocation>
-
Method Summary
Modifier and TypeMethodDescriptionpasswordParam
(String passwordParam) key used to extract the password from EC2 Parameter storeUniform Resource Identifier - This should be a path to a file accessible to the Live system (eg.Documentation update neededMethods 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 Details
-
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
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
Documentation update needed- Parameters:
username
- Documentation update needed- Returns:
- Returns a reference to this object so that method calls can be chained together.
-