Interface OutputDestinationSettings.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputDestinationSettings.Builder,OutputDestinationSettings>,SdkBuilder<OutputDestinationSettings.Builder,OutputDestinationSettings>,SdkPojo
- Enclosing class:
- OutputDestinationSettings
public static interface OutputDestinationSettings.Builder extends SdkPojo, CopyableBuilder<OutputDestinationSettings.Builder,OutputDestinationSettings>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputDestinationSettings.BuilderpasswordParam(String passwordParam)key used to extract the password from EC2 Parameter storeOutputDestinationSettings.BuilderstreamName(String streamName)Stream name for RTMP destinations (URLs of type rtmp://)OutputDestinationSettings.Builderurl(String url)A URL specifying a destinationOutputDestinationSettings.Builderusername(String username)username for destination-
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
OutputDestinationSettings.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.
-
streamName
OutputDestinationSettings.Builder streamName(String streamName)
Stream name for RTMP destinations (URLs of type rtmp://)- Parameters:
streamName- Stream name for RTMP destinations (URLs of type rtmp://)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
OutputDestinationSettings.Builder url(String url)
A URL specifying a destination- Parameters:
url- A URL specifying a destination- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
username
OutputDestinationSettings.Builder username(String username)
username for destination- Parameters:
username- username for destination- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-