public static interface DeleteVpcEndpointsResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<DeleteVpcEndpointsResponse.Builder,DeleteVpcEndpointsResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteVpcEndpointsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
copyapply, buildDeleteVpcEndpointsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not successfully deleted.
unsuccessful - Information about the endpoints that were not successfully deleted.DeleteVpcEndpointsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
unsuccessful - Information about the endpoints that were not successfully deleted.Copyright © 2017. All rights reserved.