Interface BridgeFlowOutput.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BridgeFlowOutput.Builder,BridgeFlowOutput>,SdkBuilder<BridgeFlowOutput.Builder,BridgeFlowOutput>,SdkPojo
- Enclosing class:
- BridgeFlowOutput
public static interface BridgeFlowOutput.Builder extends SdkPojo, CopyableBuilder<BridgeFlowOutput.Builder,BridgeFlowOutput>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BridgeFlowOutput.BuilderflowArn(String flowArn)The Amazon Resource Number (ARN) of the cloud flow.BridgeFlowOutput.BuilderflowSourceArn(String flowSourceArn)The Amazon Resource Number (ARN) of the flow source.BridgeFlowOutput.Buildername(String name)The name of the bridge's output.-
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
-
flowArn
BridgeFlowOutput.Builder flowArn(String flowArn)
The Amazon Resource Number (ARN) of the cloud flow.- Parameters:
flowArn- The Amazon Resource Number (ARN) of the cloud flow.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flowSourceArn
BridgeFlowOutput.Builder flowSourceArn(String flowSourceArn)
The Amazon Resource Number (ARN) of the flow source.- Parameters:
flowSourceArn- The Amazon Resource Number (ARN) of the flow source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
BridgeFlowOutput.Builder name(String name)
The name of the bridge's output.- Parameters:
name- The name of the bridge's output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-