Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcPeeringConnection.Builder
Packages that use VpcPeeringConnection.Builder
-
Uses of VpcPeeringConnection.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcPeeringConnection.BuilderModifier and TypeMethodDescriptiondefault VpcPeeringConnection.BuilderVpcPeeringConnection.Builder.accepterVpcInfo(Consumer<VpcPeeringConnectionVpcInfo.Builder> accepterVpcInfo) Information about the accepter VPC.VpcPeeringConnection.Builder.accepterVpcInfo(VpcPeeringConnectionVpcInfo accepterVpcInfo) Information about the accepter VPC.static VpcPeeringConnection.BuilderVpcPeeringConnection.builder()VpcPeeringConnection.Builder.expirationTime(Instant expirationTime) The time that an unaccepted VPC peering connection will expire.default VpcPeeringConnection.BuilderVpcPeeringConnection.Builder.requesterVpcInfo(Consumer<VpcPeeringConnectionVpcInfo.Builder> requesterVpcInfo) Information about the requester VPC.VpcPeeringConnection.Builder.requesterVpcInfo(VpcPeeringConnectionVpcInfo requesterVpcInfo) Information about the requester VPC.default VpcPeeringConnection.BuilderVpcPeeringConnection.Builder.status(Consumer<VpcPeeringConnectionStateReason.Builder> status) The status of the VPC peering connection.VpcPeeringConnection.Builder.status(VpcPeeringConnectionStateReason status) The status of the VPC peering connection.VpcPeeringConnection.Builder.tags(Collection<Tag> tags) Any tags assigned to the resource.VpcPeeringConnection.Builder.tags(Consumer<Tag.Builder>... tags) Any tags assigned to the resource.Any tags assigned to the resource.VpcPeeringConnection.toBuilder()VpcPeeringConnection.Builder.vpcPeeringConnectionId(String vpcPeeringConnectionId) The ID of the VPC peering connection.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcPeeringConnection.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcPeeringConnection.Builder>VpcPeeringConnection.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcPeeringConnection.BuilderModifier and TypeMethodDescriptionAcceptVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(Consumer<VpcPeeringConnection.Builder> vpcPeeringConnection) Information about the VPC peering connection.CreateVpcPeeringConnectionResponse.Builder.vpcPeeringConnection(Consumer<VpcPeeringConnection.Builder> vpcPeeringConnection) Information about the VPC peering connection.