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(VpcPeeringAuthorization... vpcPeeringAuthorizations)
Collection of objects that describe all valid VPC peering operations for the current AWS account.
|
build
copy
apply, build
DescribeVpcPeeringAuthorizationsResponse.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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.