public static interface DescribeVpcPeeringConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcPeeringConnectionsResponse.Builder |
nextToken(String nextToken)
The token to include in another request to get the next page of items.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
Information about the VPC peering connections.
|
DescribeVpcPeeringConnectionsResponse.Builder |
vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
vpcPeeringConnections - Information about the VPC peering connections.DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
vpcPeeringConnections - Information about the VPC peering connections.DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
Information about the VPC peering connections.
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) DescribeVpcPeeringConnectionsResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.