| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static OutboundConnection.Builder |
OutboundConnection.builder() |
OutboundConnection.Builder |
OutboundConnection.Builder.connectionAlias(String connectionAlias)
Name of the connection.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionId(String connectionId)
Unique identifier of the connection.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionMode(ConnectionMode connectionMode)
The connection mode.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionMode(String connectionMode)
The connection mode.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionProperties(ConnectionProperties connectionProperties)
Properties for the outbound connection.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.connectionProperties(Consumer<ConnectionProperties.Builder> connectionProperties)
Properties for the outbound connection.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)
Status of the connection.
|
OutboundConnection.Builder |
OutboundConnection.Builder.connectionStatus(OutboundConnectionStatus connectionStatus)
Status of the connection.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Information about the source (local) domain.
|
OutboundConnection.Builder |
OutboundConnection.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Information about the destination (remote) domain.
|
OutboundConnection.Builder |
OutboundConnection.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
OutboundConnection.Builder |
OutboundConnection.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutboundConnection.Builder> |
OutboundConnection.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeleteOutboundConnectionResponse.Builder |
DeleteOutboundConnectionResponse.Builder.connection(Consumer<OutboundConnection.Builder> connection)
The deleted inbound connection.
|
Copyright © 2023. All rights reserved.