public static interface DescribeVpcPeeringConnectionsResponse.Builder extends EC2Response.Builder, software.amazon.awssdk.utils.builder.CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
|
buildDescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
vpcPeeringConnections - Information about the VPC peering connections.DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
vpcPeeringConnections - Information about the VPC peering connections.Copyright © 2018. All rights reserved.