public static interface InputConfigurationRequest.Builder extends SdkPojo, CopyableBuilder<InputConfigurationRequest.Builder,InputConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
InputConfigurationRequest.Builder |
inputPort(Integer inputPort)
The port that you want the flow to listen on for an incoming media stream.
|
default InputConfigurationRequest.Builder |
interfaceValue(Consumer<InterfaceRequest.Builder> interfaceValue)
The VPC interface that you want to use for the incoming media stream.
|
InputConfigurationRequest.Builder |
interfaceValue(InterfaceRequest interfaceValue)
The VPC interface that you want to use for the incoming media stream.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputConfigurationRequest.Builder inputPort(Integer inputPort)
inputPort - The port that you want the flow to listen on for an incoming media stream.InputConfigurationRequest.Builder interfaceValue(InterfaceRequest interfaceValue)
interfaceValue - The VPC interface that you want to use for the incoming media stream.default InputConfigurationRequest.Builder interfaceValue(Consumer<InterfaceRequest.Builder> interfaceValue)
InterfaceRequest.Builder avoiding the need to create one manually via
InterfaceRequest.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to interfaceValue(InterfaceRequest).interfaceValue - a consumer that will call methods on InterfaceRequest.BuilderinterfaceValue(InterfaceRequest)Copyright © 2021. All rights reserved.