public static interface ConnectionHealth.Builder extends SdkPojo, CopyableBuilder<ConnectionHealth.Builder,ConnectionHealth>
| Modifier and Type | Method and Description |
|---|---|
ConnectionHealth.Builder |
status(ConnectionStatus status)
The connection status.
|
ConnectionHealth.Builder |
status(String status)
The connection status.
|
ConnectionHealth.Builder |
timestamp(Instant timestamp)
The time the status was last updated.
|
ConnectionHealth.Builder |
type(ConnectionType type)
The connection type.
|
ConnectionHealth.Builder |
type(String type)
The connection type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildConnectionHealth.Builder type(String type)
The connection type.
type - The connection type.ConnectionType,
ConnectionTypeConnectionHealth.Builder type(ConnectionType type)
The connection type.
type - The connection type.ConnectionType,
ConnectionTypeConnectionHealth.Builder status(String status)
The connection status.
status - The connection status.ConnectionStatus,
ConnectionStatusConnectionHealth.Builder status(ConnectionStatus status)
The connection status.
status - The connection status.ConnectionStatus,
ConnectionStatusConnectionHealth.Builder timestamp(Instant timestamp)
The time the status was last updated.
timestamp - The time the status was last updated.Copyright © 2022. All rights reserved.