Uses of Interface
software.amazon.awssdk.services.mediaconnect.model.AddBridgeOutputRequest.Builder
-
Packages that use AddBridgeOutputRequest.Builder Package Description software.amazon.awssdk.services.mediaconnect.model -
-
Uses of AddBridgeOutputRequest.Builder in software.amazon.awssdk.services.mediaconnect.model
Methods in software.amazon.awssdk.services.mediaconnect.model that return AddBridgeOutputRequest.Builder Modifier and Type Method Description static AddBridgeOutputRequest.BuilderAddBridgeOutputRequest. builder()default AddBridgeOutputRequest.BuilderAddBridgeOutputRequest.Builder. networkOutput(Consumer<AddBridgeNetworkOutputRequest.Builder> networkOutput)Sets the value of the NetworkOutput property for this object.AddBridgeOutputRequest.BuilderAddBridgeOutputRequest.Builder. networkOutput(AddBridgeNetworkOutputRequest networkOutput)Sets the value of the NetworkOutput property for this object.AddBridgeOutputRequest.BuilderAddBridgeOutputRequest. toBuilder()Methods in software.amazon.awssdk.services.mediaconnect.model that return types with arguments of type AddBridgeOutputRequest.Builder Modifier and Type Method Description static Class<? extends AddBridgeOutputRequest.Builder>AddBridgeOutputRequest. serializableBuilderClass()
-