public static interface CreateKeyPairResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateKeyPairResponse.Builder,CreateKeyPairResponse>
Modifier and Type | Method and Description |
---|---|
CreateKeyPairResponse.Builder |
keyFingerprint(String keyFingerprint)
The SHA-1 digest of the DER encoded private key.
|
CreateKeyPairResponse.Builder |
keyMaterial(String keyMaterial)
An unencrypted PEM encoded RSA private key.
|
CreateKeyPairResponse.Builder |
keyName(String keyName)
The name of the key pair.
|
CreateKeyPairResponse.Builder |
keyPairId(String keyPairId)
The ID of the key pair.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateKeyPairResponse.Builder keyFingerprint(String keyFingerprint)
The SHA-1 digest of the DER encoded private key.
keyFingerprint
- The SHA-1 digest of the DER encoded private key.CreateKeyPairResponse.Builder keyMaterial(String keyMaterial)
An unencrypted PEM encoded RSA private key.
keyMaterial
- An unencrypted PEM encoded RSA private key.CreateKeyPairResponse.Builder keyName(String keyName)
The name of the key pair.
keyName
- The name of the key pair.CreateKeyPairResponse.Builder keyPairId(String keyPairId)
The ID of the key pair.
keyPairId
- The ID of the key pair.Copyright © 2020. All rights reserved.