public static interface DeleteVpcEndpointConnectionNotificationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointConnectionNotificationsResponse.Builder,DeleteVpcEndpointConnectionNotificationsResponse>
Modifier and Type | Method and Description |
---|---|
DeleteVpcEndpointConnectionNotificationsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
|
DeleteVpcEndpointConnectionNotificationsResponse.Builder |
unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the notifications that could not be deleted successfully.
|
DeleteVpcEndpointConnectionNotificationsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the notifications that could not be deleted successfully.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteVpcEndpointConnectionNotificationsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the notifications that could not be deleted successfully.
unsuccessful
- Information about the notifications that could not be deleted successfully.DeleteVpcEndpointConnectionNotificationsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the notifications that could not be deleted successfully.
unsuccessful
- Information about the notifications that could not be deleted successfully.DeleteVpcEndpointConnectionNotificationsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the notifications that could not be deleted successfully.
This is a convenience method that creates an instance of theUnsuccessfulItem.Builder
avoiding the need to create one
manually via UnsuccessfulItem.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called immediately and
its result is passed to #unsuccessful(List
.
unsuccessful
- a consumer that will call methods on
UnsuccessfulItem.Builder
#unsuccessful(java.util.Collection)
Copyright © 2023. All rights reserved.