public static interface DeleteVpcEndpointsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointsResponse.Builder,DeleteVpcEndpointsResponse>
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
DeleteVpcEndpointsResponse.Builder |
unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
DeleteVpcEndpointsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteVpcEndpointsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
unsuccessful
- Information about the VPC endpoints that were not successfully deleted.DeleteVpcEndpointsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
unsuccessful
- Information about the VPC endpoints that were not successfully deleted.DeleteVpcEndpointsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the VPC endpoints that were not successfully deleted.
This is a convenience method 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 © 2022. All rights reserved.