Interface DescribeVpcPeeringConnectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>,Ec2Response.Builder,SdkBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVpcPeeringConnectionsResponse
public static interface DescribeVpcPeeringConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcPeeringConnectionsResponse.BuildernextToken(String nextToken)The token to include in another request to get the next page of items.DescribeVpcPeeringConnectionsResponse.BuildervpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)Information about the VPC peering connections.DescribeVpcPeeringConnectionsResponse.BuildervpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)Information about the VPC peering connections.DescribeVpcPeeringConnectionsResponse.BuildervpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)Information about the VPC peering connections.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
vpcPeeringConnections
DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)
Information about the VPC peering connections.
- Parameters:
vpcPeeringConnections- Information about the VPC peering connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcPeeringConnections
DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
Information about the VPC peering connections.
- Parameters:
vpcPeeringConnections- Information about the VPC peering connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcPeeringConnections
DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
Information about the VPC peering connections.
This is a convenience method that creates an instance of theVpcPeeringConnection.Builderavoiding the need to create one manually viaVpcPeeringConnection.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#vpcPeeringConnections(List.) - Parameters:
vpcPeeringConnections- a consumer that will call methods onVpcPeeringConnection.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#vpcPeeringConnections(java.util.Collection)
-
nextToken
DescribeVpcPeeringConnectionsResponse.Builder nextToken(String nextToken)
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-