public static interface DeleteVpcEndpointResponse.Builder extends OpenSearchServerlessResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointResponse.Builder,DeleteVpcEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteVpcEndpointResponse.Builder |
deleteVpcEndpointDetail(Consumer<DeleteVpcEndpointDetail.Builder> deleteVpcEndpointDetail)
Details about the deleted endpoint.
|
DeleteVpcEndpointResponse.Builder |
deleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVpcEndpointResponse.Builder deleteVpcEndpointDetail(DeleteVpcEndpointDetail deleteVpcEndpointDetail)
Details about the deleted endpoint.
deleteVpcEndpointDetail - Details about the deleted endpoint.default DeleteVpcEndpointResponse.Builder deleteVpcEndpointDetail(Consumer<DeleteVpcEndpointDetail.Builder> deleteVpcEndpointDetail)
Details about the deleted endpoint.
This is a convenience method that creates an instance of theDeleteVpcEndpointDetail.Builder avoiding
the need to create one manually via DeleteVpcEndpointDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to deleteVpcEndpointDetail(DeleteVpcEndpointDetail).
deleteVpcEndpointDetail - a consumer that will call methods on DeleteVpcEndpointDetail.BuilderdeleteVpcEndpointDetail(DeleteVpcEndpointDetail)Copyright © 2023. All rights reserved.