Interface VpcInterfaceAttachment.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcInterfaceAttachment.Builder,VpcInterfaceAttachment>,SdkBuilder<VpcInterfaceAttachment.Builder,VpcInterfaceAttachment>,SdkPojo
- Enclosing class:
- VpcInterfaceAttachment
public static interface VpcInterfaceAttachment.Builder extends SdkPojo, CopyableBuilder<VpcInterfaceAttachment.Builder,VpcInterfaceAttachment>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcInterfaceAttachment.BuildervpcInterfaceName(String vpcInterfaceName)The name of the VPC interface to use for this resource.-
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
-
vpcInterfaceName
VpcInterfaceAttachment.Builder vpcInterfaceName(String vpcInterfaceName)
The name of the VPC interface to use for this resource.- Parameters:
vpcInterfaceName- The name of the VPC interface to use for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-