public static interface DescribeVpcEndpointConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointConnectionsResponse.Builder,DescribeVpcEndpointConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointConnectionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribeVpcEndpointConnectionsResponse.Builder |
vpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
DescribeVpcEndpointConnectionsResponse.Builder |
vpcEndpointConnections(Consumer<VpcEndpointConnection.Builder>... vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
DescribeVpcEndpointConnectionsResponse.Builder |
vpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)
Information about one or more VPC endpoint connections.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeVpcEndpointConnectionsResponse.Builder vpcEndpointConnections(Collection<VpcEndpointConnection> vpcEndpointConnections)
Information about one or more VPC endpoint connections.
vpcEndpointConnections - Information about one or more VPC endpoint connections.DescribeVpcEndpointConnectionsResponse.Builder vpcEndpointConnections(VpcEndpointConnection... vpcEndpointConnections)
Information about one or more VPC endpoint connections.
vpcEndpointConnections - Information about one or more VPC endpoint connections.DescribeVpcEndpointConnectionsResponse.Builder vpcEndpointConnections(Consumer<VpcEndpointConnection.Builder>... vpcEndpointConnections)
Information about one or more VPC endpoint connections.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #vpcEndpointConnections(List) .vpcEndpointConnections - a consumer that will call methods on List.Builder #vpcEndpointConnections(List) DescribeVpcEndpointConnectionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.