Interface Domain.UpdateStages.WithDataResidencyBoundary

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

public static interface Domain.UpdateStages.WithDataResidencyBoundary
The stage of the Domain update allowing to specify dataResidencyBoundary.
  • Method Details

    • withDataResidencyBoundary

      Domain.Update withDataResidencyBoundary(DataResidencyBoundary dataResidencyBoundary)
      Specifies the dataResidencyBoundary property: The data residency boundary for the domain..
      Parameters:
      dataResidencyBoundary - The data residency boundary for the domain.
      Returns:
      the next definition stage.