public static interface GatewayBridgeSource.Builder extends SdkPojo, CopyableBuilder<GatewayBridgeSource.Builder,GatewayBridgeSource>
| Modifier and Type | Method and Description |
|---|---|
GatewayBridgeSource.Builder |
bridgeArn(String bridgeArn)
The ARN of the bridge feeding this flow.
|
default GatewayBridgeSource.Builder |
vpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment)
The name of the VPC interface attachment to use for this bridge source.
|
GatewayBridgeSource.Builder |
vpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment)
The name of the VPC interface attachment to use for this bridge source.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildGatewayBridgeSource.Builder bridgeArn(String bridgeArn)
bridgeArn - The ARN of the bridge feeding this flow.GatewayBridgeSource.Builder vpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment)
vpcInterfaceAttachment - The name of the VPC interface attachment to use for this bridge source.default GatewayBridgeSource.Builder vpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment)
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 vpcInterfaceAttachment(VpcInterfaceAttachment).
vpcInterfaceAttachment - a consumer that will call methods on VpcInterfaceAttachment.BuildervpcInterfaceAttachment(VpcInterfaceAttachment)Copyright © 2023. All rights reserved.