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)
A collection of VPC peering connection records that match the request.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
vpcPeeringConnections - A collection of VPC peering connection records that match the request.DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
vpcPeeringConnections - A collection of VPC peering connection records that match the request.DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
This is a convenience method that creates an instance of theVpcPeeringConnection.Builder avoiding the need to
create one manually via VpcPeeringConnection.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpcPeeringConnections(List.
vpcPeeringConnections - a consumer that will call methods on
VpcPeeringConnection.Builder#vpcPeeringConnections(java.util.Collection) Copyright © 2022. All rights reserved.