Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.BridgeOutput.Builder
-
Packages that use BridgeOutput.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of BridgeOutput.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return BridgeOutput.Builder Modifier and Type Method Description static BridgeOutput.BuilderBridgeOutput. builder()default BridgeOutput.BuilderBridgeOutput.Builder. flowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput)Sets the value of the FlowOutput property for this object.BridgeOutput.BuilderBridgeOutput.Builder. flowOutput(BridgeFlowOutput flowOutput)Sets the value of the FlowOutput property for this object.default BridgeOutput.BuilderBridgeOutput.Builder. networkOutput(Consumer<BridgeNetworkOutput.Builder> networkOutput)Sets the value of the NetworkOutput property for this object.BridgeOutput.BuilderBridgeOutput.Builder. networkOutput(BridgeNetworkOutput networkOutput)Sets the value of the NetworkOutput property for this object.BridgeOutput.BuilderBridgeOutput. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type BridgeOutput.Builder Modifier and Type Method Description static Class<? extends BridgeOutput.Builder>BridgeOutput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.mediaconnect.model with type arguments of type BridgeOutput.Builder Modifier and Type Method Description default UpdateBridgeOutputResponse.BuilderUpdateBridgeOutputResponse.Builder. output(Consumer<BridgeOutput.Builder> output)The output that you updated.
-