public static interface InputConfiguration.Builder extends SdkPojo, CopyableBuilder<InputConfiguration.Builder,InputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
InputConfiguration.Builder |
inputIp(String inputIp)
The IP address that the flow listens on for incoming content for a media stream.
|
InputConfiguration.Builder |
inputPort(Integer inputPort)
The port that the flow listens on for an incoming media stream.
|
default InputConfiguration.Builder |
interfaceValue(Consumer<Interface.Builder> interfaceValue)
The VPC interface where the media stream comes in from.
|
InputConfiguration.Builder |
interfaceValue(Interface interfaceValue)
The VPC interface where the media stream comes in from.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputConfiguration.Builder inputIp(String inputIp)
inputIp - The IP address that the flow listens on for incoming content for a media stream.InputConfiguration.Builder inputPort(Integer inputPort)
inputPort - The port that the flow listens on for an incoming media stream.InputConfiguration.Builder interfaceValue(Interface interfaceValue)
interfaceValue - The VPC interface where the media stream comes in from.default InputConfiguration.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)Copyright © 2022. All rights reserved.