Interface DescribeVpcEndpointConnectionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeVpcEndpointConnectionsResponse.Builder,
,DescribeVpcEndpointConnectionsResponse> Ec2Response.Builder
,SdkBuilder<DescribeVpcEndpointConnectionsResponse.Builder,
,DescribeVpcEndpointConnectionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeVpcEndpointConnectionsResponse
public static interface DescribeVpcEndpointConnectionsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointConnectionsResponse.Builder,DescribeVpcEndpointConnectionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.vpcEndpointConnections
(Collection<VpcEndpointConnection> vpcEndpointConnections) Information about the VPC endpoint connections.vpcEndpointConnections
(Consumer<VpcEndpointConnection.Builder>... vpcEndpointConnections) Information about the VPC endpoint connections.vpcEndpointConnections
(VpcEndpointConnection... vpcEndpointConnections) Information about the VPC endpoint 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 Details
-
vpcEndpointConnections
DescribeVpcEndpointConnectionsResponse.Builder vpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections) Information about the VPC endpoint connections.
- Parameters:
vpcEndpointConnections
- Information about the VPC endpoint connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointConnections
DescribeVpcEndpointConnectionsResponse.Builder vpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections) Information about the VPC endpoint connections.
- Parameters:
vpcEndpointConnections
- Information about the VPC endpoint connections.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEndpointConnections
DescribeVpcEndpointConnectionsResponse.Builder vpcEndpointConnections(Consumer<VpcEndpointConnection.Builder>... vpcEndpointConnections) Information about the VPC endpoint connections.
This is a convenience method that creates an instance of theVpcEndpointConnection.Builder
avoiding the need to create one manually viaVpcEndpointConnection.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tovpcEndpointConnections(List<VpcEndpointConnection>)
.- Parameters:
vpcEndpointConnections
- a consumer that will call methods onVpcEndpointConnection.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. This value is
null
when there are no more results to return.- Parameters:
nextToken
- The token to use to retrieve the next page of results. This value isnull
when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-