public static interface AcceptVpcPeeringConnectionResponse.Builder extends EC2Response.Builder, CopyableBuilder<AcceptVpcPeeringConnectionResponse.Builder,AcceptVpcPeeringConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default AcceptVpcPeeringConnectionResponse.Builder |
vpcPeeringConnection(Consumer<VpcPeeringConnection.Builder> vpcPeeringConnection)
Information about the VPC peering connection.
|
AcceptVpcPeeringConnectionResponse.Builder |
vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildAcceptVpcPeeringConnectionResponse.Builder vpcPeeringConnection(VpcPeeringConnection vpcPeeringConnection)
Information about the VPC peering connection.
vpcPeeringConnection - Information about the VPC peering connection.default AcceptVpcPeeringConnectionResponse.Builder vpcPeeringConnection(Consumer<VpcPeeringConnection.Builder> vpcPeeringConnection)
Information about the VPC peering connection.
This is a convenience 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 vpcPeeringConnection(VpcPeeringConnection).vpcPeeringConnection - a consumer that will call methods on VpcPeeringConnection.BuildervpcPeeringConnection(VpcPeeringConnection)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.