HostKeyAttributes.Builder |
HostKeyAttributes.Builder.algorithm(String algorithm) |
The SSH host key algorithm or the RDP certificate format.
|
static HostKeyAttributes.Builder |
HostKeyAttributes.builder() |
|
HostKeyAttributes.Builder |
HostKeyAttributes.Builder.fingerprintSHA1(String fingerprintSHA1) |
The SHA-1 fingerprint of the returned SSH host key or RDP certificate.
|
HostKeyAttributes.Builder |
HostKeyAttributes.Builder.fingerprintSHA256(String fingerprintSHA256) |
The SHA-256 fingerprint of the returned SSH host key or RDP certificate.
|
HostKeyAttributes.Builder |
HostKeyAttributes.Builder.notValidAfter(Instant notValidAfter) |
The returned RDP certificate is not valid after this point in time.
|
HostKeyAttributes.Builder |
HostKeyAttributes.Builder.notValidBefore(Instant notValidBefore) |
The returned RDP certificate is valid after this point in time.
|
HostKeyAttributes.Builder |
HostKeyAttributes.Builder.publicKey(String publicKey) |
The public SSH host key or the RDP certificate.
|
HostKeyAttributes.Builder |
HostKeyAttributes.toBuilder() |
|
HostKeyAttributes.Builder |
HostKeyAttributes.Builder.witnessedAt(Instant witnessedAt) |
The time that the SSH host key or RDP certificate was recorded by Lightsail.
|