| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static InboundConnectionStatus.Builder |
InboundConnectionStatus.builder() |
InboundConnectionStatus.Builder |
InboundConnectionStatus.Builder.message(String message)
Information about the connection.
|
InboundConnectionStatus.Builder |
InboundConnectionStatus.Builder.statusCode(InboundConnectionStatusCode statusCode)
The status code for the connection.
|
InboundConnectionStatus.Builder |
InboundConnectionStatus.Builder.statusCode(String statusCode)
The status code for the connection.
|
InboundConnectionStatus.Builder |
InboundConnectionStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InboundConnectionStatus.Builder> |
InboundConnectionStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InboundConnection.Builder |
InboundConnection.Builder.connectionStatus(Consumer<InboundConnectionStatus.Builder> connectionStatus)
The current status of the connection.
|
Copyright © 2022. All rights reserved.