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 instance.
|
GetConnectionStatusResponse.Builder |
status(String status)
The status of the connection to the instance.
|
GetConnectionStatusResponse.Builder |
target(String target)
The ID of the instance to check connection status.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetConnectionStatusResponse.Builder target(String target)
The ID of the instance to check connection status.
target
- The ID of the instance to check connection status.GetConnectionStatusResponse.Builder status(String status)
The status of the connection to the instance. For example, 'Connected' or 'Not Connected'.
status
- The status of the connection to the instance. For example, 'Connected' or 'Not Connected'.ConnectionStatus
,
ConnectionStatus
GetConnectionStatusResponse.Builder status(ConnectionStatus status)
The status of the connection to the instance. For example, 'Connected' or 'Not Connected'.
status
- The status of the connection to the instance. For example, 'Connected' or 'Not Connected'.ConnectionStatus
,
ConnectionStatus
Copyright © 2021. All rights reserved.