| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static InboundConnection.Builder |
InboundConnection.builder() |
InboundConnection.Builder |
InboundConnection.Builder.connectionId(String connectionId)
The unique identifier of the connection.
|
default InboundConnection.Builder |
InboundConnection.Builder.connectionStatus(Consumer<InboundConnectionStatus.Builder> connectionStatus)
The current status of the connection.
|
InboundConnection.Builder |
InboundConnection.Builder.connectionStatus(InboundConnectionStatus connectionStatus)
The current status of the connection.
|
default InboundConnection.Builder |
InboundConnection.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Information about the source (local) domain.
|
InboundConnection.Builder |
InboundConnection.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
default InboundConnection.Builder |
InboundConnection.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Information about the destination (remote) domain.
|
InboundConnection.Builder |
InboundConnection.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
InboundConnection.Builder |
InboundConnection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InboundConnection.Builder> |
InboundConnection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default AcceptInboundConnectionResponse.Builder |
AcceptInboundConnectionResponse.Builder.connection(Consumer<InboundConnection.Builder> connection)
Information about the accepted inbound connection.
|
default DeleteInboundConnectionResponse.Builder |
DeleteInboundConnectionResponse.Builder.connection(Consumer<InboundConnection.Builder> connection)
The deleted inbound connection.
|
default RejectInboundConnectionResponse.Builder |
RejectInboundConnectionResponse.Builder.connection(Consumer<InboundConnection.Builder> connection)
Contains details about the rejected inbound connection.
|
Copyright © 2022. All rights reserved.