CopyableBuilder<DescribeVpcEndpointServicesRequest.Builder,DescribeVpcEndpointServicesRequest>, SdkBuilder<DescribeVpcEndpointServicesRequest.Builder,DescribeVpcEndpointServicesRequest>public static interface DescribeVpcEndpointServicesRequest.Builder extends CopyableBuilder<DescribeVpcEndpointServicesRequest.Builder,DescribeVpcEndpointServicesRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeVpcEndpointServicesRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this request.
|
DescribeVpcEndpointServicesRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
copyapply, buildDescribeVpcEndpointServicesRequest.Builder maxResults(Integer maxResults)
The maximum number of items to return for this request. The request returns a token that you can specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1000, we return only 1000 items.
maxResults - The maximum number of items to return for this request. The request returns a token that you can
specify in a subsequent call to get the next set of results.
Constraint: If the value is greater than 1000, we return only 1000 items.
DescribeVpcEndpointServicesRequest.Builder nextToken(String nextToken)
The token for the next set of items to return. (You received this token from a prior call.)
nextToken - The token for the next set of items to return. (You received this token from a prior call.)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.