Interface BridgeOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BridgeOutput.Builder,BridgeOutput>,SdkBuilder<BridgeOutput.Builder,BridgeOutput>,SdkPojo
- Enclosing class:
- BridgeOutput
public static interface BridgeOutput.Builder extends SdkPojo, CopyableBuilder<BridgeOutput.Builder,BridgeOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default BridgeOutput.BuilderflowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput)Sets the value of the FlowOutput property for this object.BridgeOutput.BuilderflowOutput(BridgeFlowOutput flowOutput)Sets the value of the FlowOutput property for this object.default BridgeOutput.BuildernetworkOutput(Consumer<BridgeNetworkOutput.Builder> networkOutput)Sets the value of the NetworkOutput property for this object.BridgeOutput.BuildernetworkOutput(BridgeNetworkOutput networkOutput)Sets the value of the NetworkOutput property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
flowOutput
BridgeOutput.Builder flowOutput(BridgeFlowOutput flowOutput)
Sets the value of the FlowOutput property for this object.- Parameters:
flowOutput- The new value for the FlowOutput property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowOutput
default BridgeOutput.Builder flowOutput(Consumer<BridgeFlowOutput.Builder> flowOutput)
Sets the value of the FlowOutput property for this object. 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:
flowOutput(BridgeFlowOutput)
-
networkOutput
BridgeOutput.Builder networkOutput(BridgeNetworkOutput networkOutput)
Sets the value of the NetworkOutput property for this object.- Parameters:
networkOutput- The new value for the NetworkOutput property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkOutput
default BridgeOutput.Builder networkOutput(Consumer<BridgeNetworkOutput.Builder> networkOutput)
Sets the value of the NetworkOutput property for this object. 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:
networkOutput(BridgeNetworkOutput)
-
-