static DestinationConfiguration.Builder |
DestinationConfiguration.builder() |
|
DestinationConfiguration.Builder |
DestinationConfiguration.Builder.destinationIp(String destinationIp) |
The IP address where contents of the media stream will be sent.
|
DestinationConfiguration.Builder |
DestinationConfiguration.Builder.destinationPort(Integer destinationPort) |
The port to use when the content of the media stream is distributed to the output.
|
default DestinationConfiguration.Builder |
DestinationConfiguration.Builder.interfaceValue(Consumer<Interface.Builder> interfaceValue) |
The VPC interface that is used for the media stream associated with the output.
|
DestinationConfiguration.Builder |
DestinationConfiguration.Builder.interfaceValue(Interface interfaceValue) |
The VPC interface that is used for the media stream associated with the output.
|
DestinationConfiguration.Builder |
DestinationConfiguration.Builder.outboundIp(String outboundIp) |
The IP address that the receiver requires in order to establish a connection with the flow.
|
DestinationConfiguration.Builder |
DestinationConfiguration.toBuilder() |
|