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(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
DeleteVpcEndpointsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not successfully deleted.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.DeleteVpcEndpointsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the endpoints that were not successfully deleted.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #unsuccessful(List) .unsuccessful - a consumer that will call methods on List.Builder #unsuccessful(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.