public static interface DeleteOutboundConnectionResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<DeleteOutboundConnectionResponse.Builder,DeleteOutboundConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteOutboundConnectionResponse.Builder |
connection(Consumer<OutboundConnection.Builder> connection)
The deleted inbound connection.
|
DeleteOutboundConnectionResponse.Builder |
connection(OutboundConnection connection)
The deleted inbound connection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteOutboundConnectionResponse.Builder connection(OutboundConnection connection)
The deleted inbound connection.
connection - The deleted inbound connection.default DeleteOutboundConnectionResponse.Builder connection(Consumer<OutboundConnection.Builder> connection)
The deleted inbound connection.
This is a convenience method that creates an instance of theOutboundConnection.Builder avoiding the
need to create one manually via OutboundConnection.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to connection(OutboundConnection).
connection - a consumer that will call methods on OutboundConnection.Builderconnection(OutboundConnection)Copyright © 2022. All rights reserved.