public static interface SendSshPublicKeyResponse.Builder extends Ec2InstanceConnectResponse.Builder, SdkPojo, CopyableBuilder<SendSshPublicKeyResponse.Builder,SendSshPublicKeyResponse>
Modifier and Type | Method and Description |
---|---|
SendSshPublicKeyResponse.Builder |
requestId(String requestId)
The ID of the request.
|
SendSshPublicKeyResponse.Builder |
success(Boolean success)
Is true if the request succeeds and an error otherwise.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
SendSshPublicKeyResponse.Builder requestId(String requestId)
The ID of the request. Please provide this ID when contacting AWS Support for assistance.
requestId
- The ID of the request. Please provide this ID when contacting AWS Support for assistance.SendSshPublicKeyResponse.Builder success(Boolean success)
Is true if the request succeeds and an error otherwise.
success
- Is true if the request succeeds and an error otherwise.