| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static BridgeOutput.Builder |
BridgeOutput.builder() |
BridgeOutput.Builder |
BridgeOutput.Builder.flowOutput(BridgeFlowOutput flowOutput)
Sets the value of the FlowOutput property for this object.
|
default BridgeOutput.Builder |
BridgeOutput.Builder.flowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput)
Sets the value of the FlowOutput property for this object.
|
BridgeOutput.Builder |
BridgeOutput.Builder.networkOutput(BridgeNetworkOutput networkOutput)
Sets the value of the NetworkOutput property for this object.
|
default BridgeOutput.Builder |
BridgeOutput.Builder.networkOutput(Consumer<BridgeNetworkOutput.Builder> networkOutput)
Sets the value of the NetworkOutput property for this object.
|
BridgeOutput.Builder |
BridgeOutput.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends BridgeOutput.Builder> |
BridgeOutput.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateBridgeOutputResponse.Builder |
UpdateBridgeOutputResponse.Builder.output(Consumer<BridgeOutput.Builder> output)
The output that you updated.
|
Copyright © 2023. All rights reserved.