public static interface DeleteVpcEndpointsResponse.Builder extends EC2Response.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.
|
buildcopyapply, 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 Amazon Web Services, Inc. All Rights Reserved.