CopyableBuilder<DeleteVpcEndpointsResponse.Builder,DeleteVpcEndpointsResponse>
, SdkBuilder<DeleteVpcEndpointsResponse.Builder,DeleteVpcEndpointsResponse>
public static interface DeleteVpcEndpointsResponse.Builder extends CopyableBuilder<DeleteVpcEndpointsResponse.Builder,DeleteVpcEndpointsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
DeleteVpcEndpointsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setUnsuccessful(java.util.Collection)
or #withUnsuccessful(java.util.Collection)
if you want
to override the existing values.
unsuccessful
- Information about the endpoints that were not successfully deleted.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.