public static interface BridgeOutput.Builder extends SdkPojo, CopyableBuilder<BridgeOutput.Builder,BridgeOutput>
| Modifier and Type | Method and Description |
|---|---|
BridgeOutput.Builder |
flowOutput(BridgeFlowOutput flowOutput)
Sets the value of the FlowOutput property for this object.
|
default BridgeOutput.Builder |
flowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput)
Sets the value of the FlowOutput property for this object.
|
BridgeOutput.Builder |
networkOutput(BridgeNetworkOutput networkOutput)
Sets the value of the NetworkOutput property for this object.
|
default BridgeOutput.Builder |
networkOutput(Consumer<BridgeNetworkOutput.Builder> networkOutput)
Sets the value of the NetworkOutput property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBridgeOutput.Builder flowOutput(BridgeFlowOutput flowOutput)
flowOutput - The new value for the FlowOutput property for this object.default BridgeOutput.Builder flowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput)
BridgeFlowOutput.Builder avoiding the
need to create one manually via BridgeFlowOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to flowOutput(BridgeFlowOutput).
flowOutput - a consumer that will call methods on BridgeFlowOutput.BuilderflowOutput(BridgeFlowOutput)BridgeOutput.Builder networkOutput(BridgeNetworkOutput networkOutput)
networkOutput - The new value for the NetworkOutput property for this object.default BridgeOutput.Builder networkOutput(Consumer<BridgeNetworkOutput.Builder> networkOutput)
BridgeNetworkOutput.Builder avoiding the
need to create one manually via BridgeNetworkOutput.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to networkOutput(BridgeNetworkOutput).
networkOutput - a consumer that will call methods on BridgeNetworkOutput.BuildernetworkOutput(BridgeNetworkOutput)Copyright © 2023. All rights reserved.