Interface VpcInterfaceAttachment.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcInterfaceAttachment.Builder,
,VpcInterfaceAttachment> SdkBuilder<VpcInterfaceAttachment.Builder,
,VpcInterfaceAttachment> SdkPojo
- Enclosing class:
VpcInterfaceAttachment
@Mutable
@NotThreadSafe
public static interface VpcInterfaceAttachment.Builder
extends SdkPojo, CopyableBuilder<VpcInterfaceAttachment.Builder,VpcInterfaceAttachment>
-
Method Summary
Modifier and TypeMethodDescriptionvpcInterfaceName
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-