CopyableBuilder<DescribeVpcEndpointsResponse.Builder,DescribeVpcEndpointsResponse>, SdkBuilder<DescribeVpcEndpointsResponse.Builder,DescribeVpcEndpointsResponse>public static interface DescribeVpcEndpointsResponse.Builder extends CopyableBuilder<DescribeVpcEndpointsResponse.Builder,DescribeVpcEndpointsResponse>
| Modifier and Type | Method | 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.
|
copyapply, buildDescribeVpcEndpointsResponse.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.DescribeVpcEndpointsResponse.Builder vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about the endpoints.
vpcEndpoints - Information about the endpoints.DescribeVpcEndpointsResponse.Builder vpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about the endpoints.
NOTE: This method appends the values to the existing list (if any). Use
#setVpcEndpoints(java.util.Collection) or #withVpcEndpoints(java.util.Collection) if you want
to override the existing values.
vpcEndpoints - Information about the endpoints.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.