public static interface ListVpcEndpointsForDomainResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<ListVpcEndpointsForDomainResponse.Builder,ListVpcEndpointsForDomainResponse>
| Modifier and Type | Method and Description |
|---|---|
ListVpcEndpointsForDomainResponse.Builder |
nextToken(String nextToken)
When
nextToken is returned, there are more results available. |
ListVpcEndpointsForDomainResponse.Builder |
vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
ListVpcEndpointsForDomainResponse.Builder |
vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
ListVpcEndpointsForDomainResponse.Builder |
vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList(Collection<VpcEndpointSummary> vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
vpcEndpointSummaryList - Information about each endpoint associated with the domain.ListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList(VpcEndpointSummary... vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
vpcEndpointSummaryList - Information about each endpoint associated with the domain.ListVpcEndpointsForDomainResponse.Builder vpcEndpointSummaryList(Consumer<VpcEndpointSummary.Builder>... vpcEndpointSummaryList)
Information about each endpoint associated with the domain.
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) ListVpcEndpointsForDomainResponse.Builder nextToken(String nextToken)
When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the returned
token to retrieve the next page.
nextToken - When nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page.Copyright © 2022. All rights reserved.