Interface DeleteVpcEndpointConnectionNotificationsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DeleteVpcEndpointConnectionNotificationsResponse.Builder,,DeleteVpcEndpointConnectionNotificationsResponse> Ec2Response.Builder,SdkBuilder<DeleteVpcEndpointConnectionNotificationsResponse.Builder,,DeleteVpcEndpointConnectionNotificationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DeleteVpcEndpointConnectionNotificationsResponse
public static interface DeleteVpcEndpointConnectionNotificationsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointConnectionNotificationsResponse.Builder,DeleteVpcEndpointConnectionNotificationsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionunsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the notifications that could not be deleted successfully.unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful) Information about the notifications that could not be deleted successfully.unsuccessful(UnsuccessfulItem... unsuccessful) Information about the notifications that could not be deleted successfully.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
unsuccessful
DeleteVpcEndpointConnectionNotificationsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful) Information about the notifications that could not be deleted successfully.
- Parameters:
 unsuccessful- Information about the notifications that could not be deleted successfully.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unsuccessful
DeleteVpcEndpointConnectionNotificationsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful) Information about the notifications that could not be deleted successfully.
- Parameters:
 unsuccessful- Information about the notifications that could not be deleted successfully.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
unsuccessful
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.Builderavoiding the need to create one manually viaUnsuccessfulItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tounsuccessful(List<UnsuccessfulItem>).- Parameters:
 unsuccessful- a consumer that will call methods onUnsuccessfulItem.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -