Interface UpdateGatewayBridgeSourceRequest.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<UpdateGatewayBridgeSourceRequest.Builder,,UpdateGatewayBridgeSourceRequest> SdkBuilder<UpdateGatewayBridgeSourceRequest.Builder,,UpdateGatewayBridgeSourceRequest> SdkPojo
- Enclosing class:
 UpdateGatewayBridgeSourceRequest
public static interface UpdateGatewayBridgeSourceRequest.Builder
extends SdkPojo, CopyableBuilder<UpdateGatewayBridgeSourceRequest.Builder,UpdateGatewayBridgeSourceRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the bridge feeding this flow.vpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment) The name of the VPC interface attachment to use for this bridge source.vpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment) The name of the VPC interface attachment to use for this bridge source.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
bridgeArn
The ARN of the bridge feeding this flow.- Parameters:
 bridgeArn- The ARN of the bridge feeding this flow.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcInterfaceAttachment
UpdateGatewayBridgeSourceRequest.Builder vpcInterfaceAttachment(VpcInterfaceAttachment vpcInterfaceAttachment) The name of the VPC interface attachment to use for this bridge source.- Parameters:
 vpcInterfaceAttachment- The name of the VPC interface attachment to use for this bridge source.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcInterfaceAttachment
default UpdateGatewayBridgeSourceRequest.Builder vpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment) The name of the VPC interface attachment to use for this bridge source. This is a convenience method that creates an instance of theVpcInterfaceAttachment.Builderavoiding the need to create one manually viaVpcInterfaceAttachment.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcInterfaceAttachment(VpcInterfaceAttachment).- Parameters:
 vpcInterfaceAttachment- a consumer that will call methods onVpcInterfaceAttachment.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -