| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.builder() |
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.connectionAlias(String connectionAlias)
Name of the connection.
|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.connectionId(String connectionId)
The unique identifier for the created outbound connection, which is used for subsequent operations on the
connection.
|
default CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)
The status of the connection.
|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.connectionStatus(OutboundConnectionStatus connectionStatus)
The status of the connection.
|
default CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.localDomainInfo(Consumer<DomainInformationContainer.Builder> localDomainInfo)
Information about the source (local) domain.
|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.localDomainInfo(DomainInformationContainer localDomainInfo)
Information about the source (local) domain.
|
default CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.remoteDomainInfo(Consumer<DomainInformationContainer.Builder> remoteDomainInfo)
Information about the destination (remote) domain.
|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.remoteDomainInfo(DomainInformationContainer remoteDomainInfo)
Information about the destination (remote) domain.
|
CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateOutboundConnectionResponse.Builder> |
CreateOutboundConnectionResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.