public static interface DescribeVpcPeeringConnectionsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
vpcPeeringConnections
- Collection of VPC peering connection records that match the request.DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
vpcPeeringConnections
- Collection of VPC peering connection records that match the request.DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
Collection of VPC peering connection records that match the request.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #vpcPeeringConnections(List)
.vpcPeeringConnections
- a consumer that will call methods on List.Builder
#vpcPeeringConnections(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.