CopyableBuilder<DescribeVpcEndpointServicesResponse.Builder,DescribeVpcEndpointServicesResponse>, SdkBuilder<DescribeVpcEndpointServicesResponse.Builder,DescribeVpcEndpointServicesResponse>public static interface DescribeVpcEndpointServicesResponse.Builder extends CopyableBuilder<DescribeVpcEndpointServicesResponse.Builder,DescribeVpcEndpointServicesResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeVpcEndpointServicesResponse.Builder |
nextToken(String nextToken) |
The token to use when requesting the next set of items.
|
DescribeVpcEndpointServicesResponse.Builder |
serviceNames(String... serviceNames) |
A list of supported AWS services.
|
DescribeVpcEndpointServicesResponse.Builder |
serviceNames(Collection<String> serviceNames) |
A list of supported AWS services.
|
copyapply, buildDescribeVpcEndpointServicesResponse.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.DescribeVpcEndpointServicesResponse.Builder serviceNames(Collection<String> serviceNames)
A list of supported AWS services.
serviceNames - A list of supported AWS services.DescribeVpcEndpointServicesResponse.Builder serviceNames(String... serviceNames)
A list of supported AWS services.
NOTE: This method appends the values to the existing list (if any). Use
#setServiceNames(java.util.Collection) or #withServiceNames(java.util.Collection) if you want
to override the existing values.
serviceNames - A list of supported AWS services.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.