public static interface DeleteVpcEndpointServiceConfigurationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointServiceConfigurationsResponse.Builder,DeleteVpcEndpointServiceConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointServiceConfigurationsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
DeleteVpcEndpointServiceConfigurationsResponse.Builder |
unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
DeleteVpcEndpointServiceConfigurationsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the service configurations that were not deleted, if applicable.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDeleteVpcEndpointServiceConfigurationsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the service configurations that were not deleted, if applicable.
unsuccessful - Information about the service configurations that were not deleted, if applicable.DeleteVpcEndpointServiceConfigurationsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the service configurations that were not deleted, if applicable.
unsuccessful - Information about the service configurations that were not deleted, if applicable.DeleteVpcEndpointServiceConfigurationsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the service configurations that were not deleted, if applicable.
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.