public static interface DestinationConfigurationRequest.Builder extends SdkPojo, CopyableBuilder<DestinationConfigurationRequest.Builder,DestinationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DestinationConfigurationRequest.Builder |
destinationIp(String destinationIp)
The IP address where you want MediaConnect to send contents of the media stream.
|
DestinationConfigurationRequest.Builder |
destinationPort(Integer destinationPort)
The port that you want MediaConnect to use when it distributes the media stream to the output.
|
default DestinationConfigurationRequest.Builder |
interfaceValue(Consumer<InterfaceRequest.Builder> interfaceValue)
The VPC interface that you want to use for the media stream associated with the output.
|
DestinationConfigurationRequest.Builder |
interfaceValue(InterfaceRequest interfaceValue)
The VPC interface that you want to use for the media stream associated with the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDestinationConfigurationRequest.Builder destinationIp(String destinationIp)
destinationIp - The IP address where you want MediaConnect to send contents of the media stream.DestinationConfigurationRequest.Builder destinationPort(Integer destinationPort)
destinationPort - The port that you want MediaConnect to use when it distributes the media stream to the output.DestinationConfigurationRequest.Builder interfaceValue(InterfaceRequest interfaceValue)
interfaceValue - The VPC interface that you want to use for the media stream associated with the output.default DestinationConfigurationRequest.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 © 2022. All rights reserved.