Uses of Interface
software.amazon.awssdk.services.opensearch.model.InboundConnection.Builder
-
Packages that use InboundConnection.Builder Package Description software.amazon.awssdk.services.opensearch.model -
-
Uses of InboundConnection.Builder in software.amazon.awssdk.services.opensearch.model
Methods in software.amazon.awssdk.services.opensearch.model that return InboundConnection.Builder Modifier and Type Method Description static InboundConnection.BuilderInboundConnection. builder()InboundConnection.BuilderInboundConnection.Builder. connectionId(String connectionId)The unique identifier of the connection.InboundConnection.BuilderInboundConnection.Builder. connectionMode(String connectionMode)The connection mode.InboundConnection.BuilderInboundConnection.Builder. connectionMode(ConnectionMode connectionMode)The connection mode.default InboundConnection.BuilderInboundConnection.Builder. connectionStatus(Consumer<InboundConnectionStatus.Builder> connectionStatus)The current status of the connection.InboundConnection.BuilderInboundConnection.Builder. connectionStatus(InboundConnectionStatus connectionStatus)The current status of the connection.default InboundConnection.BuilderInboundConnection.Builder. localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)Information about the source (local) domain.InboundConnection.BuilderInboundConnection.Builder. localDomainInfo(DomainInformationContainer localDomainInfo)Information about the source (local) domain.default InboundConnection.BuilderInboundConnection.Builder. remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)Information about the destination (remote) domain.InboundConnection.BuilderInboundConnection.Builder. remoteDomainInfo(DomainInformationContainer remoteDomainInfo)Information about the destination (remote) domain.InboundConnection.BuilderInboundConnection. toBuilder()Methods in software.amazon.awssdk.services.opensearch.model that return types with arguments of type InboundConnection.Builder Modifier and Type Method Description static Class<? extends InboundConnection.Builder>InboundConnection. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.opensearch.model with type arguments of type InboundConnection.Builder Modifier and Type Method Description default AcceptInboundConnectionResponse.BuilderAcceptInboundConnectionResponse.Builder. connection(Consumer<InboundConnection.Builder> connection)Information about the accepted inbound connection.default DeleteInboundConnectionResponse.BuilderDeleteInboundConnectionResponse.Builder. connection(Consumer<InboundConnection.Builder> connection)The deleted inbound connection.default RejectInboundConnectionResponse.BuilderRejectInboundConnectionResponse.Builder. connection(Consumer<InboundConnection.Builder> connection)Contains details about the rejected inbound connection.
-