public static interface DescribeVpcEndpointsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theVpcEndpoint.Builder avoiding the need to create one
manually via VpcEndpoint.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #vpcEndpoints(List.
vpcEndpoints - a consumer that will call methods on
VpcEndpoint.Builder#vpcEndpoints(java.util.Collection) 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 © 2022. All rights reserved.