public static interface DescribeVpcPeeringAuthorizationsResponse.Builder extends GameLiftResponse.Builder, CopyableBuilder<DescribeVpcPeeringAuthorizationsResponse.Builder,DescribeVpcPeeringAuthorizationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringAuthorizationsResponse.Builder |
vpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
DescribeVpcPeeringAuthorizationsResponse.Builder |
vpcPeeringAuthorizations(Consumer<VpcPeeringAuthorization.Builder>... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
DescribeVpcPeeringAuthorizationsResponse.Builder |
vpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
vpcPeeringAuthorizations - Collection of objects that describe all valid VPC peering operations for the current AWS account.DescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
vpcPeeringAuthorizations - Collection of objects that describe all valid VPC peering operations for the current AWS account.DescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(Consumer<VpcPeeringAuthorization.Builder>... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
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 #vpcPeeringAuthorizations(List) .vpcPeeringAuthorizations - a consumer that will call methods on List.Builder #vpcPeeringAuthorizations(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.