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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateGatewayBridgeSourceRequest.BuilderbridgeArn(String bridgeArn)The ARN of the bridge feeding this flow.default UpdateGatewayBridgeSourceRequest.BuildervpcInterfaceAttachment(Consumer<VpcInterfaceAttachment.Builder> vpcInterfaceAttachment)The name of the VPC interface attachment to use for this bridge source.UpdateGatewayBridgeSourceRequest.BuildervpcInterfaceAttachment(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
bridgeArn
UpdateGatewayBridgeSourceRequest.Builder bridgeArn(String 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:
vpcInterfaceAttachment(VpcInterfaceAttachment)
-
-