public static interface UpdateBridgeFlowSourceRequest.Builder extends SdkPojo, CopyableBuilder<UpdateBridgeFlowSourceRequest.Builder,UpdateBridgeFlowSourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateBridgeFlowSourceRequest.Builder |
flowArn(String flowArn)
The ARN of the cloud flow to use as a source of this bridge.
|
default UpdateBridgeFlowSourceRequest.Builder |
flowVpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
UpdateBridgeFlowSourceRequest.Builder |
flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
The name of the VPC interface attachment to use for this source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateBridgeFlowSourceRequest.Builder flowArn(String flowArn)
flowArn - The ARN of the cloud flow to use as a source of this bridge.UpdateBridgeFlowSourceRequest.Builder flowVpcInterfaceAttachment(VpcInterfaceAttachment flowVpcInterfaceAttachment)
flowVpcInterfaceAttachment - The name of the VPC interface attachment to use for this source.default UpdateBridgeFlowSourceRequest.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)Copyright © 2023. All rights reserved.