public static interface RejectVpcEndpointConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<RejectVpcEndpointConnectionsResponse.Builder,RejectVpcEndpointConnectionsResponse>
Modifier and Type | Method and Description |
---|---|
RejectVpcEndpointConnectionsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
RejectVpcEndpointConnectionsResponse.Builder |
unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
RejectVpcEndpointConnectionsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not rejected, if applicable.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
RejectVpcEndpointConnectionsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the endpoints that were not rejected, if applicable.
unsuccessful
- Information about the endpoints that were not rejected, if applicable.RejectVpcEndpointConnectionsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the endpoints that were not rejected, if applicable.
unsuccessful
- Information about the endpoints that were not rejected, if applicable.RejectVpcEndpointConnectionsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the endpoints that were not rejected, 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.