Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcPeeringConnectionVpcInfo.Builder
Packages that use VpcPeeringConnectionVpcInfo.Builder
-
Uses of VpcPeeringConnectionVpcInfo.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnectionVpcInfo.BuilderModifier and TypeMethodDescriptionVpcPeeringConnectionVpcInfo.builder()The IPv4 CIDR block for the VPC.VpcPeeringConnectionVpcInfo.Builder.cidrBlockSet(Collection<CidrBlock> cidrBlockSet) Information about the IPv4 CIDR blocks for the VPC.VpcPeeringConnectionVpcInfo.Builder.cidrBlockSet(Consumer<CidrBlock.Builder>... cidrBlockSet) Information about the IPv4 CIDR blocks for the VPC.VpcPeeringConnectionVpcInfo.Builder.cidrBlockSet(CidrBlock... cidrBlockSet) Information about the IPv4 CIDR blocks for the VPC.VpcPeeringConnectionVpcInfo.Builder.ipv6CidrBlockSet(Collection<Ipv6CidrBlock> ipv6CidrBlockSet) The IPv6 CIDR block for the VPC.VpcPeeringConnectionVpcInfo.Builder.ipv6CidrBlockSet(Consumer<Ipv6CidrBlock.Builder>... ipv6CidrBlockSet) The IPv6 CIDR block for the VPC.VpcPeeringConnectionVpcInfo.Builder.ipv6CidrBlockSet(Ipv6CidrBlock... ipv6CidrBlockSet) The IPv6 CIDR block for the VPC.The ID of the Amazon Web Services account that owns the VPC.VpcPeeringConnectionVpcInfo.Builder.peeringOptions(Consumer<VpcPeeringConnectionOptionsDescription.Builder> peeringOptions) Information about the VPC peering connection options for the accepter or requester VPC.VpcPeeringConnectionVpcInfo.Builder.peeringOptions(VpcPeeringConnectionOptionsDescription peeringOptions) Information about the VPC peering connection options for the accepter or requester VPC.The Region in which the VPC is located.VpcPeeringConnectionVpcInfo.toBuilder()The ID of the VPC.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcPeeringConnectionVpcInfo.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcPeeringConnectionVpcInfo.Builder>VpcPeeringConnectionVpcInfo.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcPeeringConnectionVpcInfo.BuilderModifier and TypeMethodDescriptiondefault VpcPeeringConnection.BuilderVpcPeeringConnection.Builder.accepterVpcInfo(Consumer<VpcPeeringConnectionVpcInfo.Builder> accepterVpcInfo) Information about the accepter VPC.default VpcPeeringConnection.BuilderVpcPeeringConnection.Builder.requesterVpcInfo(Consumer<VpcPeeringConnectionVpcInfo.Builder> requesterVpcInfo) Information about the requester VPC.