public static interface ListVpcEndpointsResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsResponse.Builder,ListVpcEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointsResponse.Builder |
nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
|
ListVpcEndpointsResponse.Builder |
vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
|
ListVpcEndpointsResponse.Builder |
vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)
Information about each endpoint.
|
ListVpcEndpointsResponse.Builder |
vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcEndpointsResponse.Builder vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint.
vpcEndpointSummaryList - Information about each endpoint.ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint.
vpcEndpointSummaryList - Information about each endpoint.ListVpcEndpointsResponse.Builder vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)
Information about each endpoint.
This is a convenience method that creates an instance of theVpcEndpointSummary.Builder avoiding the need to
create one manually via
VpcEndpointSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpcEndpointSummaryList(List.
vpcEndpointSummaryList - a consumer that will call methods on
VpcEndpointSummary.Builder#vpcEndpointSummaryList(java.util.Collection) ListVpcEndpointsResponse.Builder nextToken(String nextToken)
Provides an identifier to allow retrieval of paginated results.
nextToken - Provides an identifier to allow retrieval of paginated results.Copyright © 2023. All rights reserved.