public static interface BatchGetVpcEndpointResponse.Builder extends OpenSearchServerlessResponse.Builder, SdkPojo, CopyableBuilder<BatchGetVpcEndpointResponse.Builder,BatchGetVpcEndpointResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetVpcEndpointResponse.Builder vpcEndpointDetails(Collection<VpcEndpointDetail> vpcEndpointDetails)
Details about the specified VPC endpoint.
vpcEndpointDetails - Details about the specified VPC endpoint.BatchGetVpcEndpointResponse.Builder vpcEndpointDetails(VpcEndpointDetail... vpcEndpointDetails)
Details about the specified VPC endpoint.
vpcEndpointDetails - Details about the specified VPC endpoint.BatchGetVpcEndpointResponse.Builder vpcEndpointDetails(Consumer<VpcEndpointDetail.Builder>... vpcEndpointDetails)
Details about the specified VPC endpoint.
This is a convenience method that creates an instance of theVpcEndpointDetail.Builder avoiding the
need to create one manually via
VpcEndpointDetail.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #vpcEndpointDetails(List.
vpcEndpointDetails - a consumer that will call methods on
VpcEndpointDetail.Builder#vpcEndpointDetails(java.util.Collection) BatchGetVpcEndpointResponse.Builder vpcEndpointErrorDetails(Collection<VpcEndpointErrorDetail> vpcEndpointErrorDetails)
Error information for a failed request.
vpcEndpointErrorDetails - Error information for a failed request.BatchGetVpcEndpointResponse.Builder vpcEndpointErrorDetails(VpcEndpointErrorDetail... vpcEndpointErrorDetails)
Error information for a failed request.
vpcEndpointErrorDetails - Error information for a failed request.BatchGetVpcEndpointResponse.Builder vpcEndpointErrorDetails(Consumer<VpcEndpointErrorDetail.Builder>... vpcEndpointErrorDetails)
Error information for a failed request.
This is a convenience method that creates an instance of theVpcEndpointErrorDetail.Builder avoiding
the need to create one manually via
VpcEndpointErrorDetail.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #vpcEndpointErrorDetails(List.
vpcEndpointErrorDetails - a consumer that will call methods on
VpcEndpointErrorDetail.Builder#vpcEndpointErrorDetails(java.util.Collection) Copyright © 2023. All rights reserved.