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