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
Modifier and TypeMethodDescriptionstreamName(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
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
-