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(Consumer<VpcEndpoint.Builder>... vpcEndpoints)
Information about the endpoints.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints)
Information about the endpoints.
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 #vpcEndpoints(List) .vpcEndpoints - a consumer that will call methods on List.Builder #vpcEndpoints(List) 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.