public static interface DescribeVpcPeeringAuthorizationsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcPeeringAuthorizationsResponse.Builder,DescribeVpcPeeringAuthorizationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringAuthorizationsResponse.Builder |
vpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.
|
DescribeVpcPeeringAuthorizationsResponse.Builder |
vpcPeeringAuthorizations(Consumer<VpcPeeringAuthorization.Builder>... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.
|
DescribeVpcPeeringAuthorizationsResponse.Builder |
vpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services
account.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(Collection<VpcPeeringAuthorization> vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
vpcPeeringAuthorizations - A collection of objects that describe all valid VPC peering operations for the current Amazon Web
Services account.DescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(VpcPeeringAuthorization... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
vpcPeeringAuthorizations - A collection of objects that describe all valid VPC peering operations for the current Amazon Web
Services account.DescribeVpcPeeringAuthorizationsResponse.Builder vpcPeeringAuthorizations(Consumer<VpcPeeringAuthorization.Builder>... vpcPeeringAuthorizations)
A collection of objects that describe all valid VPC peering operations for the current Amazon Web Services account.
This is a convenience method that creates an instance of theVpcPeeringAuthorization.Builder avoiding the need to
create one manually via
VpcPeeringAuthorization.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpcPeeringAuthorizations(List.
vpcPeeringAuthorizations - a consumer that will call methods on
VpcPeeringAuthorization.Builder#vpcPeeringAuthorizations(java.util.Collection) Copyright © 2022. All rights reserved.