CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>, SdkBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>public static interface DescribeVpcPeeringConnectionsResponse.Builder extends CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections) |
Information about the VPC peering connections.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections) |
Information about the VPC peering connections.
|
copyapply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setVpcPeeringConnections(java.util.Collection) or
#withVpcPeeringConnections(java.util.Collection) if you want to override the existing values.
vpcPeeringConnections - Information about the VPC peering connections.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.