Interface DescribeVpcPeeringConnectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>,GameLiftResponse.Builder,SdkBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVpcPeeringConnectionsResponse
public static interface DescribeVpcPeeringConnectionsResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcPeeringConnectionsResponse.BuildervpcPeeringConnections(Collection<VpcPeeringConnection> vpcPeeringConnections)A collection of VPC peering connection records that match the request.DescribeVpcPeeringConnectionsResponse.BuildervpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)A collection of VPC peering connection records that match the request.DescribeVpcPeeringConnectionsResponse.BuildervpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)A collection of VPC peering connection records that match the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftResponse.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)
A collection of VPC peering connection records that match the request.
- Parameters:
vpcPeeringConnections- A collection of VPC peering connection records that match the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcPeeringConnections
DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(VpcPeeringConnection... vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
- Parameters:
vpcPeeringConnections- A collection of VPC peering connection records that match the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcPeeringConnections
DescribeVpcPeeringConnectionsResponse.Builder vpcPeeringConnections(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections)
A collection of VPC peering connection records that match the request.
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)
-
-