Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.BridgeFlowOutput.Builder
-
Packages that use BridgeFlowOutput.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of BridgeFlowOutput.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return BridgeFlowOutput.Builder Modifier and Type Method Description static BridgeFlowOutput.BuilderBridgeFlowOutput. builder()BridgeFlowOutput.BuilderBridgeFlowOutput.Builder. flowArn(String flowArn)The Amazon Resource Number (ARN) of the cloud flow.BridgeFlowOutput.BuilderBridgeFlowOutput.Builder. flowSourceArn(String flowSourceArn)The Amazon Resource Number (ARN) of the flow source.BridgeFlowOutput.BuilderBridgeFlowOutput.Builder. name(String name)The name of the bridge's output.BridgeFlowOutput.BuilderBridgeFlowOutput. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type BridgeFlowOutput.Builder Modifier and Type Method Description static Class<? extends BridgeFlowOutput.Builder>BridgeFlowOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type BridgeFlowOutput.Builder Modifier and Type Method Description default BridgeOutput.BuilderBridgeOutput.Builder. flowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput)Sets the value of the FlowOutput property for this object.
-