Interface AcceptVpcEndpointConnectionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AcceptVpcEndpointConnectionsResponse.Builder,AcceptVpcEndpointConnectionsResponse>,Ec2Response.Builder,SdkBuilder<AcceptVpcEndpointConnectionsResponse.Builder,AcceptVpcEndpointConnectionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- AcceptVpcEndpointConnectionsResponse
public static interface AcceptVpcEndpointConnectionsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<AcceptVpcEndpointConnectionsResponse.Builder,AcceptVpcEndpointConnectionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AcceptVpcEndpointConnectionsResponse.Builderunsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the interface endpoints that were not accepted, if applicable.AcceptVpcEndpointConnectionsResponse.Builderunsuccessful(Consumer<UnsuccessfulItem.Builder>... unsuccessful)Information about the interface endpoints that were not accepted, if applicable.AcceptVpcEndpointConnectionsResponse.Builderunsuccessful(UnsuccessfulItem... unsuccessful)Information about the interface endpoints that were not accepted, if applicable.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
unsuccessful
AcceptVpcEndpointConnectionsResponse.Builder unsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
- Parameters:
unsuccessful- Information about the interface endpoints that were not accepted, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessful
AcceptVpcEndpointConnectionsResponse.Builder unsuccessful(UnsuccessfulItem... unsuccessful)
Information about the interface endpoints that were not accepted, if applicable.
- Parameters:
unsuccessful- Information about the interface endpoints that were not accepted, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unsuccessful
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.Builderavoiding the need to create one manually viaUnsuccessfulItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unsuccessful(List.) - 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:
#unsuccessful(java.util.Collection)
-
-