| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateKeyPairResponse.Builder |
CreateKeyPairResponse.builder() |
default CreateKeyPairResponse.Builder |
CreateKeyPairResponse.Builder.keyPair(Consumer<KeyPair.Builder> keyPair)
An array of key-value pairs containing information about the new key pair you just created.
|
CreateKeyPairResponse.Builder |
CreateKeyPairResponse.Builder.keyPair(KeyPair keyPair)
An array of key-value pairs containing information about the new key pair you just created.
|
default CreateKeyPairResponse.Builder |
CreateKeyPairResponse.Builder.operation(Consumer<Operation.Builder> operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateKeyPairResponse.Builder |
CreateKeyPairResponse.Builder.operation(Operation operation)
An array of objects that describe the result of the action, such as the status of the request, the timestamp
of the request, and the resources affected by the request.
|
CreateKeyPairResponse.Builder |
CreateKeyPairResponse.Builder.privateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
|
CreateKeyPairResponse.Builder |
CreateKeyPairResponse.Builder.publicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the
ssh-rsa type. |
CreateKeyPairResponse.Builder |
CreateKeyPairResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateKeyPairResponse.Builder> |
CreateKeyPairResponse.serializableBuilderClass() |
Copyright © 2021. All rights reserved.