CopyableBuilder<DescribeVpcEndpointsRequest.Builder,DescribeVpcEndpointsRequest>, SdkBuilder<DescribeVpcEndpointsRequest.Builder,DescribeVpcEndpointsRequest>public static interface DescribeVpcEndpointsRequest.Builder extends CopyableBuilder<DescribeVpcEndpointsRequest.Builder,DescribeVpcEndpointsRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeVpcEndpointsRequest.Builder |
filters(Collection<Filter> filters) |
One or more filters.
|
DescribeVpcEndpointsRequest.Builder |
filters(Filter... filters) |
One or more filters.
|
DescribeVpcEndpointsRequest.Builder |
maxResults(Integer maxResults) |
The maximum number of items to return for this request.
|
DescribeVpcEndpointsRequest.Builder |
nextToken(String nextToken) |
The token for the next set of items to return.
|
DescribeVpcEndpointsRequest.Builder |
vpcEndpointIds(String... vpcEndpointIds) |
One or more endpoint IDs.
|
DescribeVpcEndpointsRequest.Builder |
vpcEndpointIds(Collection<String> vpcEndpointIds) |
One or more endpoint IDs.
|
copyapply, buildDescribeVpcEndpointsRequest.Builder filters(Collection<Filter> filters)
One or more filters.
service-name: The name of the AWS service.
vpc-id: The ID of the VPC in which the endpoint resides.
vpc-endpoint-id: The ID of the endpoint.
vpc-endpoint-state: The state of the endpoint. (pending | available |
deleting | deleted)
filters - One or more filters.
service-name: The name of the AWS service.
vpc-id: The ID of the VPC in which the endpoint resides.
vpc-endpoint-id: The ID of the endpoint.
vpc-endpoint-state: The state of the endpoint. (pending |
available | deleting | deleted)
DescribeVpcEndpointsRequest.Builder filters(Filter... filters)
One or more filters.
service-name: The name of the AWS service.
vpc-id: The ID of the VPC in which the endpoint resides.
vpc-endpoint-id: The ID of the endpoint.
vpc-endpoint-state: The state of the endpoint. (pending | available |
deleting | deleted)
NOTE: This method appends the values to the existing list (if any). Use
#setFilters(java.util.Collection) or #withFilters(java.util.Collection) if you want to
override the existing values.
filters - One or more filters.
service-name: The name of the AWS service.
vpc-id: The ID of the VPC in which the endpoint resides.
vpc-endpoint-id: The ID of the endpoint.
vpc-endpoint-state: The state of the endpoint. (pending |
available | deleting | deleted)
DescribeVpcEndpointsRequest.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.
DescribeVpcEndpointsRequest.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.)DescribeVpcEndpointsRequest.Builder vpcEndpointIds(Collection<String> vpcEndpointIds)
One or more endpoint IDs.
vpcEndpointIds - One or more endpoint IDs.DescribeVpcEndpointsRequest.Builder vpcEndpointIds(String... vpcEndpointIds)
One or more endpoint IDs.
NOTE: This method appends the values to the existing list (if any). Use
#setVpcEndpointIds(java.util.Collection) or #withVpcEndpointIds(java.util.Collection) if you
want to override the existing values.
vpcEndpointIds - One or more endpoint IDs.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.