public static interface DeleteVpcEndpointResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointResponse.Builder,DeleteVpcEndpointResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteVpcEndpointResponse.Builder |
vpcEndpointSummary(Consumer<VpcEndpointSummary.Builder> vpcEndpointSummary)
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED). |
DeleteVpcEndpointResponse.Builder |
vpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (
DELETING or
DELETE_FAILED). |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVpcEndpointResponse.Builder vpcEndpointSummary(VpcEndpointSummary vpcEndpointSummary)
Information about the deleted endpoint, including its current status (DELETING or
DELETE_FAILED).
vpcEndpointSummary - Information about the deleted endpoint, including its current status (DELETING or
DELETE_FAILED).default DeleteVpcEndpointResponse.Builder vpcEndpointSummary(Consumer<VpcEndpointSummary.Builder> vpcEndpointSummary)
Information about the deleted endpoint, including its current status (DELETING or
DELETE_FAILED).
VpcEndpointSummary.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 vpcEndpointSummary(VpcEndpointSummary).
vpcEndpointSummary - a consumer that will call methods on VpcEndpointSummary.BuildervpcEndpointSummary(VpcEndpointSummary)Copyright © 2022. All rights reserved.