public static interface DescribeVpcEndpointsResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointsResponse.Builder,DescribeVpcEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointsResponse.Builder |
vpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpointErrors(Consumer<VpcEndpointError.Builder>... vpcEndpointErrors)
Any errors associated with the request.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpointErrors(VpcEndpointError... vpcEndpointErrors)
Any errors associated with the request.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints)
Information about each requested VPC endpoint.
|
DescribeVpcEndpointsResponse.Builder |
vpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about each requested VPC endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcEndpointsResponse.Builder vpcEndpoints(Collection<VpcEndpoint> vpcEndpoints)
Information about each requested VPC endpoint.
vpcEndpoints - Information about each requested VPC endpoint.DescribeVpcEndpointsResponse.Builder vpcEndpoints(VpcEndpoint... vpcEndpoints)
Information about each requested VPC endpoint.
vpcEndpoints - Information about each requested VPC endpoint.DescribeVpcEndpointsResponse.Builder vpcEndpoints(Consumer<VpcEndpoint.Builder>... vpcEndpoints)
Information about each requested VPC endpoint.
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 vpcEndpointErrors(Collection<VpcEndpointError> vpcEndpointErrors)
Any errors associated with the request.
vpcEndpointErrors - Any errors associated with the request.DescribeVpcEndpointsResponse.Builder vpcEndpointErrors(VpcEndpointError... vpcEndpointErrors)
Any errors associated with the request.
vpcEndpointErrors - Any errors associated with the request.DescribeVpcEndpointsResponse.Builder vpcEndpointErrors(Consumer<VpcEndpointError.Builder>... vpcEndpointErrors)
Any errors associated with the request.
This is a convenience method that creates an instance of theVpcEndpointError.Builder avoiding the need to
create one manually via
VpcEndpointError.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #vpcEndpointErrors(List.
vpcEndpointErrors - a consumer that will call methods on
VpcEndpointError.Builder#vpcEndpointErrors(java.util.Collection) Copyright © 2023. All rights reserved.