public static interface AcceptVpcEndpointConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AcceptVpcEndpointConnectionsResponse.Builder,AcceptVpcEndpointConnectionsResponse>
| Modifier and Type | Method and Description |
|---|---|
AcceptVpcEndpointConnectionsResponse.Builder |
unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
AcceptVpcEndpointConnectionsResponse.Builder |
unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
AcceptVpcEndpointConnectionsResponse.Builder |
unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildAcceptVpcEndpointConnectionsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
unsuccessful - Information about the interface endpoints that were not accepted, if applicable.AcceptVpcEndpointConnectionsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
unsuccessful - Information about the interface endpoints that were not accepted, if applicable.AcceptVpcEndpointConnectionsResponse.Builder unsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
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 © 2022. All rights reserved.