public static interface BridgeFlowSource.Builder extends SdkPojo, CopyableBuilder<BridgeFlowSource.Builder,BridgeFlowSource>
| Modifier and Type | Method and Description |
|---|---|
BridgeFlowSource.Builder |
flowArn(String flowArn)
The ARN of the cloud flow used as a source of this bridge.
|
default BridgeFlowSource.Builder |
flowVpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
BridgeFlowSource.Builder |
flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
BridgeFlowSource.Builder |
name(String name)
The name of the flow source.
|
BridgeFlowSource.Builder |
outputArn(String outputArn)
The Amazon Resource Number (ARN) of the output.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBridgeFlowSource.Builder flowArn(String flowArn)
flowArn - The ARN of the cloud flow used as a source of this bridge.BridgeFlowSource.Builder flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
flowVpcInterfaceAttachment - The name of the VPC interface attachment to use for this source.default BridgeFlowSource.Builder flowVpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment)
VpcInterfaceAttachment.Builder avoiding the need to create one manually via
VpcInterfaceAttachment.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to flowVpcInterfaceAttachment(VpcInterfaceAttachment).
flowVpcInterfaceAttachment - a consumer that will call methods on VpcInterfaceAttachment.BuilderflowVpcInterfaceAttachment(VpcInterfaceAttachment)BridgeFlowSource.Builder name(String name)
name - The name of the flow source.BridgeFlowSource.Builder outputArn(String outputArn)
outputArn - The Amazon Resource Number (ARN) of the output.Copyright © 2023. All rights reserved.