public static interface DeleteKeyPairResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DeleteKeyPairResponse.Builder,DeleteKeyPairResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteKeyPairResponse.Builder |
keyPairId(String keyPairId)
The ID of the key pair.
|
DeleteKeyPairResponse.Builder |
returnValue(Boolean returnValue)
Is
true if the request succeeds, and an error otherwise. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteKeyPairResponse.Builder returnValue(Boolean returnValue)
Is true if the request succeeds, and an error otherwise.
returnValue - Is true if the request succeeds, and an error otherwise.DeleteKeyPairResponse.Builder keyPairId(String keyPairId)
The ID of the key pair.
keyPairId - The ID of the key pair.Copyright © 2023. All rights reserved.