Interface DataMigrationService.UpdateStages.WithPublicKey

All Known Subinterfaces:
DataMigrationService.Update
Enclosing interface:
DataMigrationService.UpdateStages

public static interface DataMigrationService.UpdateStages.WithPublicKey
The stage of the DataMigrationService update allowing to specify publicKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    withPublicKey(String publicKey)
    Specifies the publicKey property: The public key of the service, used to encrypt secrets sent to the service.
  • Method Details

    • withPublicKey

      DataMigrationService.Update withPublicKey(String publicKey)
      Specifies the publicKey property: The public key of the service, used to encrypt secrets sent to the service.
      Parameters:
      publicKey - The public key of the service, used to encrypt secrets sent to the service.
      Returns:
      the next definition stage.