public static interface GetConnectionStatusResponse.Builder extends SsmResponse.Builder, SdkPojo, CopyableBuilder<GetConnectionStatusResponse.Builder,GetConnectionStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetConnectionStatusResponse.Builder |
status(ConnectionStatus status)
The status of the connection to the managed node.
|
GetConnectionStatusResponse.Builder |
status(String status)
The status of the connection to the managed node.
|
GetConnectionStatusResponse.Builder |
target(String target)
The ID of the managed node to check connection status.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetConnectionStatusResponse.Builder target(String target)
The ID of the managed node to check connection status.
target - The ID of the managed node to check connection status.GetConnectionStatusResponse.Builder status(String status)
The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.
status - The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.ConnectionStatus,
ConnectionStatusGetConnectionStatusResponse.Builder status(ConnectionStatus status)
The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.
status - The status of the connection to the managed node. For example, 'Connected' or 'Not Connected'.ConnectionStatus,
ConnectionStatusCopyright © 2021. All rights reserved.