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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theVpcEndpointConnection.Builder avoiding the need to create
one manually via VpcEndpointConnection.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #vpcEndpointConnections(List.
vpcEndpointConnections - a consumer that will call methods on
VpcEndpointConnection.Builder#vpcEndpointConnections(java.util.Collection) 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 © 2023. All rights reserved.