public static interface DescribeVpcPeeringConnectionsResponse.Builder extends EC2Response.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.
|
build
copy
apply, build
DescribeVpcPeeringConnectionsResponse.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.