Interface BridgeOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BridgeOutput.Builder,,BridgeOutput> SdkBuilder<BridgeOutput.Builder,,BridgeOutput> SdkPojo
- Enclosing class:
BridgeOutput
@Mutable
@NotThreadSafe
public static interface BridgeOutput.Builder
extends SdkPojo, CopyableBuilder<BridgeOutput.Builder,BridgeOutput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BridgeOutput.BuilderflowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput) The output of the associated flow.flowOutput(BridgeFlowOutput flowOutput) The output of the associated flow.default BridgeOutput.BuildernetworkOutput(Consumer<BridgeNetworkOutput.Builder> networkOutput) The network output for the bridge.networkOutput(BridgeNetworkOutput networkOutput) The network output for the bridge.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowOutput
The output of the associated flow.
- Parameters:
flowOutput- The output of the associated flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowOutput
The output of the associated flow.
This is a convenience method that creates an instance of theBridgeFlowOutput.Builderavoiding the need to create one manually viaBridgeFlowOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflowOutput(BridgeFlowOutput).- Parameters:
flowOutput- a consumer that will call methods onBridgeFlowOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
networkOutput
The network output for the bridge.
- Parameters:
networkOutput- The network output for the bridge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkOutput
The network output for the bridge.
This is a convenience method that creates an instance of theBridgeNetworkOutput.Builderavoiding the need to create one manually viaBridgeNetworkOutput.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkOutput(BridgeNetworkOutput).- Parameters:
networkOutput- a consumer that will call methods onBridgeNetworkOutput.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-