Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.OutboundCrossClusterSearchConnection.Builder
-
Packages that use OutboundCrossClusterSearchConnection.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of OutboundCrossClusterSearchConnection.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return OutboundCrossClusterSearchConnection.Builder Modifier and Type Method Description static OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection. builder()OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. connectionAlias(String connectionAlias)Specifies the connection alias for the outbound cross-cluster search connection.default OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. connectionStatus(Consumer<OutboundCrossClusterSearchConnectionStatus.Builder> connectionStatus)Specifies theOutboundCrossClusterSearchConnectionStatusfor the outbound connection.OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. connectionStatus(OutboundCrossClusterSearchConnectionStatus connectionStatus)Specifies theOutboundCrossClusterSearchConnectionStatusfor the outbound connection.OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. crossClusterSearchConnectionId(String crossClusterSearchConnectionId)Specifies the connection id for the outbound cross-cluster search connection.default OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. destinationDomainInfo(Consumer<DomainInformation.Builder> destinationDomainInfo)Specifies theDomainInformationfor the destination Elasticsearch domain.OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. destinationDomainInfo(DomainInformation destinationDomainInfo)Specifies theDomainInformationfor the destination Elasticsearch domain.default OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. sourceDomainInfo(Consumer<DomainInformation.Builder> sourceDomainInfo)Specifies theDomainInformationfor the source Elasticsearch domain.OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection.Builder. sourceDomainInfo(DomainInformation sourceDomainInfo)Specifies theDomainInformationfor the source Elasticsearch domain.OutboundCrossClusterSearchConnection.BuilderOutboundCrossClusterSearchConnection. toBuilder()Methods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type OutboundCrossClusterSearchConnection.Builder Modifier and Type Method Description static Class<? extends OutboundCrossClusterSearchConnection.Builder>OutboundCrossClusterSearchConnection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.elasticsearch.model with type arguments of type OutboundCrossClusterSearchConnection.Builder Modifier and Type Method Description default DeleteOutboundCrossClusterSearchConnectionResponse.BuilderDeleteOutboundCrossClusterSearchConnectionResponse.Builder. crossClusterSearchConnection(Consumer<OutboundCrossClusterSearchConnection.Builder> crossClusterSearchConnection)Specifies theOutboundCrossClusterSearchConnectionof deleted outbound connection.
-