public static interface DeleteOutboundCrossClusterSearchConnectionResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<DeleteOutboundCrossClusterSearchConnectionResponse.Builder,DeleteOutboundCrossClusterSearchConnectionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DeleteOutboundCrossClusterSearchConnectionResponse.Builder |
crossClusterSearchConnection(Consumer<OutboundCrossClusterSearchConnection.Builder> crossClusterSearchConnection)
Specifies the
OutboundCrossClusterSearchConnection of deleted outbound connection. |
DeleteOutboundCrossClusterSearchConnectionResponse.Builder |
crossClusterSearchConnection(OutboundCrossClusterSearchConnection crossClusterSearchConnection)
Specifies the
OutboundCrossClusterSearchConnection of deleted outbound connection. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteOutboundCrossClusterSearchConnectionResponse.Builder crossClusterSearchConnection(OutboundCrossClusterSearchConnection crossClusterSearchConnection)
Specifies the OutboundCrossClusterSearchConnection of deleted outbound connection.
crossClusterSearchConnection - Specifies the OutboundCrossClusterSearchConnection of deleted outbound connection.default DeleteOutboundCrossClusterSearchConnectionResponse.Builder crossClusterSearchConnection(Consumer<OutboundCrossClusterSearchConnection.Builder> crossClusterSearchConnection)
Specifies the OutboundCrossClusterSearchConnection of deleted outbound connection.
OutboundCrossClusterSearchConnection.Builder
avoiding the need to create one manually via OutboundCrossClusterSearchConnection.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
crossClusterSearchConnection(OutboundCrossClusterSearchConnection).crossClusterSearchConnection - a consumer that will call methods on OutboundCrossClusterSearchConnection.BuildercrossClusterSearchConnection(OutboundCrossClusterSearchConnection)Copyright © 2022. All rights reserved.