public static interface DestinationConfiguration.Builder extends SdkPojo, CopyableBuilder<DestinationConfiguration.Builder,DestinationConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DestinationConfiguration.Builder |
destinationIp(String destinationIp)
The IP address where contents of the media stream will be sent.
|
DestinationConfiguration.Builder |
destinationPort(Integer destinationPort)
The port to use when the content of the media stream is distributed to the output.
|
default DestinationConfiguration.Builder |
interfaceValue(Consumer<Interface.Builder> interfaceValue)
The VPC interface that is used for the media stream associated with the output.
|
DestinationConfiguration.Builder |
interfaceValue(Interface interfaceValue)
The VPC interface that is used for the media stream associated with the output.
|
DestinationConfiguration.Builder |
outboundIp(String outboundIp)
The IP address that the receiver requires in order to establish a connection with the flow.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationConfiguration.Builder destinationIp(String destinationIp)
destinationIp - The IP address where contents of the media stream will be sent.DestinationConfiguration.Builder destinationPort(Integer destinationPort)
destinationPort - The port to use when the content of the media stream is distributed to the output.DestinationConfiguration.Builder interfaceValue(Interface interfaceValue)
interfaceValue - The VPC interface that is used for the media stream associated with the output.default DestinationConfiguration.Builder interfaceValue(Consumer<Interface.Builder> interfaceValue)
Interface.Builder avoiding the need to create one manually via
Interface.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to interfaceValue(Interface).interfaceValue - a consumer that will call methods on Interface.BuilderinterfaceValue(Interface)DestinationConfiguration.Builder outboundIp(String outboundIp)
outboundIp - The IP address that the receiver requires in order to establish a connection with the flow. This value
is represented by the elastic network interface IP address of the VPC. This field applies only to
outputs that use the CDI or ST 2110 JPEG XS protocol.Copyright © 2022. All rights reserved.