Uses of Interface
software.amazon.awssdk.services.networkmanager.model.VpcAttachment.Builder
-
Packages that use VpcAttachment.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of VpcAttachment.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return VpcAttachment.Builder Modifier and Type Method Description default VpcAttachment.BuilderVpcAttachment.Builder. attachment(Consumer<Attachment.Builder> attachment)Provides details about the VPC attachment.VpcAttachment.BuilderVpcAttachment.Builder. attachment(Attachment attachment)Provides details about the VPC attachment.static VpcAttachment.BuilderVpcAttachment. builder()default VpcAttachment.BuilderVpcAttachment.Builder. options(Consumer<VpcOptions.Builder> options)Provides details about the VPC attachment.VpcAttachment.BuilderVpcAttachment.Builder. options(VpcOptions options)Provides details about the VPC attachment.VpcAttachment.BuilderVpcAttachment.Builder. subnetArns(String... subnetArns)The subnet ARNs.VpcAttachment.BuilderVpcAttachment.Builder. subnetArns(Collection<String> subnetArns)The subnet ARNs.VpcAttachment.BuilderVpcAttachment. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type VpcAttachment.Builder Modifier and Type Method Description static Class<? extends VpcAttachment.Builder>VpcAttachment. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type VpcAttachment.Builder Modifier and Type Method Description default CreateVpcAttachmentResponse.BuilderCreateVpcAttachmentResponse.Builder. vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)Provides details about the VPC attachment.default GetVpcAttachmentResponse.BuilderGetVpcAttachmentResponse.Builder. vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)Returns details about a VPC attachment.default UpdateVpcAttachmentResponse.BuilderUpdateVpcAttachmentResponse.Builder. vpcAttachment(Consumer<VpcAttachment.Builder> vpcAttachment)Describes the updated VPC attachment.
-