Interface DownloadDefaultKeyPairResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>,LightsailResponse.Builder,SdkBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DownloadDefaultKeyPairResponse
public static interface DownloadDefaultKeyPairResponse.Builder extends LightsailResponse.Builder, SdkPojo, CopyableBuilder<DownloadDefaultKeyPairResponse.Builder,DownloadDefaultKeyPairResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DownloadDefaultKeyPairResponse.BuildercreatedAt(Instant createdAt)The timestamp when the default key pair was created.DownloadDefaultKeyPairResponse.BuilderprivateKeyBase64(String privateKeyBase64)A base64-encoded RSA private key.DownloadDefaultKeyPairResponse.BuilderpublicKeyBase64(String publicKeyBase64)A base64-encoded public key of thessh-rsatype.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
publicKeyBase64
DownloadDefaultKeyPairResponse.Builder publicKeyBase64(String publicKeyBase64)
A base64-encoded public key of the
ssh-rsatype.- Parameters:
publicKeyBase64- A base64-encoded public key of thessh-rsatype.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privateKeyBase64
DownloadDefaultKeyPairResponse.Builder privateKeyBase64(String privateKeyBase64)
A base64-encoded RSA private key.
- Parameters:
privateKeyBase64- A base64-encoded RSA private key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
DownloadDefaultKeyPairResponse.Builder createdAt(Instant createdAt)
The timestamp when the default key pair was created.
- Parameters:
createdAt- The timestamp when the default key pair was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-