Interface InputConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InputConfiguration.Builder,,InputConfiguration> SdkBuilder<InputConfiguration.Builder,,InputConfiguration> SdkPojo
- Enclosing class:
 InputConfiguration
public static interface InputConfiguration.Builder
extends SdkPojo, CopyableBuilder<InputConfiguration.Builder,InputConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe IP address that the flow listens on for incoming content for a media stream.The port that the flow listens on for an incoming media stream.default InputConfiguration.BuilderinterfaceValue(Consumer<Interface.Builder> interfaceValue) The VPC interface where the media stream comes in from.interfaceValue(Interface interfaceValue) The VPC interface where the media stream comes in from.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
- 
inputIp
The IP address that the flow listens on for incoming content for a media stream.
- Parameters:
 inputIp- The IP address that the flow listens on for incoming content for a media stream.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
inputPort
The port that the flow listens on for an incoming media stream.
- Parameters:
 inputPort- The port that the flow listens on for an incoming media stream.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
interfaceValue
The VPC interface where the media stream comes in from.
- Parameters:
 interfaceValue- The VPC interface where the media stream comes in from.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
interfaceValue
The VPC interface where the media stream comes in from.
This is a convenience method that creates an instance of theInterface.Builderavoiding the need to create one manually viaInterface.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointerfaceValue(Interface).- Parameters:
 interfaceValue- a consumer that will call methods onInterface.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -