public static interface DescribeVpcEndpointsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeVpcEndpointsResponse.Builder,DescribeVpcEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointsResponse.Builder |
nextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.
|
buildcopyapply, buildDescribeVpcEndpointsResponse.Builder vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
vpcEndpoints - Information about the endpoints.DescribeVpcEndpointsResponse.Builder vpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.
vpcEndpoints - Information about the endpoints.DescribeVpcEndpointsResponse.Builder nextToken(String nextToken)
The token to use when requesting the next set of items. If there are no additional items to return, the string is empty.
nextToken - The token to use when requesting the next set of items. If there are no additional items to return,
the string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.