Interface InputDestinationRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InputDestinationRequest.Builder,InputDestinationRequest>,SdkBuilder<InputDestinationRequest.Builder,InputDestinationRequest>,SdkPojo
- Enclosing class:
- InputDestinationRequest
public static interface InputDestinationRequest.Builder extends SdkPojo, CopyableBuilder<InputDestinationRequest.Builder,InputDestinationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InputDestinationRequest.BuilderstreamName(String streamName)A unique name for the location the RTMP stream is being pushed to.-
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, sdkFields
-
-
-
-
Method Detail
-
streamName
InputDestinationRequest.Builder streamName(String streamName)
A unique name for the location the RTMP stream is being pushed to.- Parameters:
streamName- A unique name for the location the RTMP stream is being pushed to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-