Interface ImportSshPublicKeyResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<ImportSshPublicKeyResponse.Builder,ImportSshPublicKeyResponse>, SdkBuilder<ImportSshPublicKeyResponse.Builder,ImportSshPublicKeyResponse>, SdkPojo, SdkResponse.Builder, TransferResponse.Builder
Enclosing class:
ImportSshPublicKeyResponse

public static interface ImportSshPublicKeyResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ImportSshPublicKeyResponse.Builder,ImportSshPublicKeyResponse>
  • Method Details

    • serverId

      A system-assigned unique identifier for a server.

      Parameters:
      serverId - A system-assigned unique identifier for a server.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • sshPublicKeyId

      ImportSshPublicKeyResponse.Builder sshPublicKeyId(String sshPublicKeyId)

      The name given to a public key by the system that was imported.

      Parameters:
      sshPublicKeyId - The name given to a public key by the system that was imported.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • userName

      A user name assigned to the ServerID value that you specified.

      Parameters:
      userName - A user name assigned to the ServerID value that you specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.