Interface DescribeVpcPeeringConnectionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,
,DescribeVpcPeeringConnectionsResponse> GameLiftResponse.Builder
,SdkBuilder<DescribeVpcPeeringConnectionsResponse.Builder,
,DescribeVpcPeeringConnectionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeVpcPeeringConnectionsResponse
@Mutable
@NotThreadSafe
public static interface DescribeVpcPeeringConnectionsResponse.Builder
extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcPeeringConnectionsResponse.Builder,DescribeVpcPeeringConnectionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionvpcPeeringConnections
(Collection<VpcPeeringConnection> vpcPeeringConnections) A collection of VPC peering connection records that match the request.vpcPeeringConnections
(Consumer<VpcPeeringConnection.Builder>... vpcPeeringConnections) A collection of VPC peering connection records that match the request.vpcPeeringConnections
(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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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.Builder
avoiding the need to create one manually viaVpcPeeringConnection.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcPeeringConnections(List<VpcPeeringConnection>)
.- 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:
-