Interface ListVpcEndpointsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListVpcEndpointsResponse.Builder,,ListVpcEndpointsResponse> ElasticsearchResponse.Builder,SdkBuilder<ListVpcEndpointsResponse.Builder,,ListVpcEndpointsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListVpcEndpointsResponse
public static interface ListVpcEndpointsResponse.Builder
extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsResponse.Builder,ListVpcEndpointsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionProvides an identifier to allow retrieval of paginated results.vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList) Information about each endpoint.vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList) Information about each endpoint.vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList) Information about each endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.elasticsearch.model.ElasticsearchResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
vpcEndpointSummaryList
ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList) Information about each endpoint.
- Parameters:
 vpcEndpointSummaryList- Information about each endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcEndpointSummaryList
ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList) Information about each endpoint.
- Parameters:
 vpcEndpointSummaryList- Information about each endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcEndpointSummaryList
ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList) Information about each endpoint.
This is a convenience method that creates an instance of theVpcEndpointSummary.Builderavoiding the need to create one manually viaVpcEndpointSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcEndpointSummaryList(List<VpcEndpointSummary>).- Parameters:
 vpcEndpointSummaryList- a consumer that will call methods onVpcEndpointSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
Provides an identifier to allow retrieval of paginated results.
- Parameters:
 nextToken- Provides an identifier to allow retrieval of paginated results.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -