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 Details

    • 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

      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.