Interface DataMigrationService.DefinitionStages.WithPublicKey

All Known Subinterfaces:
DataMigrationService.Definition, DataMigrationService.DefinitionStages.WithCreate
Enclosing interface:
DataMigrationService.DefinitionStages

public static interface DataMigrationService.DefinitionStages.WithPublicKey
The stage of the DataMigrationService definition allowing to specify publicKey.
  • Method Details

    • withPublicKey

      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.