| Package | Description |
|---|---|
| software.amazon.awssdk.services.opensearch.model |
| Modifier and Type | Method and Description |
|---|---|
static OutboundConnectionStatus.Builder |
OutboundConnectionStatus.builder() |
OutboundConnectionStatus.Builder |
OutboundConnectionStatus.Builder.message(String message)
Verbose information for the outbound connection.
|
OutboundConnectionStatus.Builder |
OutboundConnectionStatus.Builder.statusCode(OutboundConnectionStatusCode statusCode)
The status code for the outbound connection.
|
OutboundConnectionStatus.Builder |
OutboundConnectionStatus.Builder.statusCode(String statusCode)
The status code for the outbound connection.
|
OutboundConnectionStatus.Builder |
OutboundConnectionStatus.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutboundConnectionStatus.Builder> |
OutboundConnectionStatus.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateOutboundConnectionResponse.Builder |
CreateOutboundConnectionResponse.Builder.connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)
The status of the connection.
|
default OutboundConnection.Builder |
OutboundConnection.Builder.connectionStatus(Consumer<OutboundConnectionStatus.Builder> connectionStatus)
Status of the connection.
|
Copyright © 2022. All rights reserved.