Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.BridgeFlowSource.Builder
-
Packages that use BridgeFlowSource.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of BridgeFlowSource.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return BridgeFlowSource.Builder Modifier and Type Method Description static BridgeFlowSource.BuilderBridgeFlowSource. builder()BridgeFlowSource.BuilderBridgeFlowSource.Builder. flowArn(String flowArn)The ARN of the cloud flow used as a source of this bridge.default BridgeFlowSource.BuilderBridgeFlowSource.Builder. flowVpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment)The name of the VPC interface attachment to use for this source.BridgeFlowSource.BuilderBridgeFlowSource.Builder. flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)The name of the VPC interface attachment to use for this source.BridgeFlowSource.BuilderBridgeFlowSource.Builder. name(String name)The name of the flow source.BridgeFlowSource.BuilderBridgeFlowSource.Builder. outputArn(String outputArn)The Amazon Resource Number (ARN) of the output.BridgeFlowSource.BuilderBridgeFlowSource. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type BridgeFlowSource.Builder Modifier and Type Method Description static Class<? extends BridgeFlowSource.Builder>BridgeFlowSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type BridgeFlowSource.Builder Modifier and Type Method Description default BridgeSource.BuilderBridgeSource.Builder. flowSource(Consumer<BridgeFlowSource.Builder> flowSource)Sets the value of the FlowSource property for this object.
-