public static interface AddBridgeFlowSourceRequest.Builder extends SdkPojo, CopyableBuilder<AddBridgeFlowSourceRequest.Builder,AddBridgeFlowSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
AddBridgeFlowSourceRequest.Builder |
flowArn(String flowArn)
The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.
|
default AddBridgeFlowSourceRequest.Builder |
flowVpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
AddBridgeFlowSourceRequest.Builder |
flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
AddBridgeFlowSourceRequest.Builder |
name(String name)
The name of the flow source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAddBridgeFlowSourceRequest.Builder flowArn(String flowArn)
flowArn - The Amazon Resource Number (ARN) of the cloud flow to use as a source of this bridge.AddBridgeFlowSourceRequest.Builder flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
flowVpcInterfaceAttachment - The name of the VPC interface attachment to use for this source.default AddBridgeFlowSourceRequest.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)AddBridgeFlowSourceRequest.Builder name(String name)
name - The name of the flow source. This name is used to reference the source and must be unique among
sources in this bridge.Copyright © 2023. All rights reserved.