Interface StandardRouterOutputStreamDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<StandardRouterOutputStreamDetails.Builder,,StandardRouterOutputStreamDetails> SdkBuilder<StandardRouterOutputStreamDetails.Builder,,StandardRouterOutputStreamDetails> SdkPojo
- Enclosing class:
StandardRouterOutputStreamDetails
@Mutable
@NotThreadSafe
public static interface StandardRouterOutputStreamDetails.Builder
extends SdkPojo, CopyableBuilder<StandardRouterOutputStreamDetails.Builder,StandardRouterOutputStreamDetails>
-
Method Summary
Modifier and TypeMethodDescriptiondestinationIpAddress(String destinationIpAddress) The IP address where the output stream will be sent.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, sdkFieldNameToField, sdkFields
-
Method Details
-
destinationIpAddress
The IP address where the output stream will be sent. This is the destination address that will receive the routed media content.
- Parameters:
destinationIpAddress- The IP address where the output stream will be sent. This is the destination address that will receive the routed media content.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-